@uptime.link/statuspage 1.3.0 → 1.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2939,18 +2939,6 @@ Continuing remediation efforts.`,author:"Ops Team"}]}],past:[]}},n="none";t.curr
2939
2939
  padding-left: 24px;
2940
2940
  }
2941
2941
 
2942
- /* Vertical connector line */
2943
- .timeline::before {
2944
- content: '';
2945
- position: absolute;
2946
- left: 7px;
2947
- top: 8px;
2948
- bottom: 8px;
2949
- width: 2px;
2950
- background: ${N.bdTheme("linear-gradient(to bottom, #e5e7eb 0%, #d1d5db 50%, #e5e7eb 100%)","linear-gradient(to bottom, #27272a 0%, #3f3f46 50%, #27272a 100%)")};
2951
- border-radius: 1px;
2952
- }
2953
-
2954
2942
  .update-item {
2955
2943
  position: relative;
2956
2944
  padding-left: ${m(D.lg)};
@@ -2962,6 +2950,18 @@ Continuing remediation efforts.`,author:"Ops Team"}]}],past:[]}},n="none";t.curr
2962
2950
  padding-bottom: 0;
2963
2951
  }
2964
2952
 
2953
+ /* Vertical connector line from each dot to the next */
2954
+ /* Dot: left -22px, width 12px + border 2px*2 = 16px total, center at -14px */
2955
+ .update-item:not(:last-child)::after {
2956
+ content: '';
2957
+ position: absolute;
2958
+ left: -15px;
2959
+ top: 18px;
2960
+ bottom: 0;
2961
+ width: 2px;
2962
+ background: ${b.border.default};
2963
+ }
2964
+
2965
2965
  /* Timeline dot */
2966
2966
  .update-item::before {
2967
2967
  content: '';
@@ -3152,15 +3152,17 @@ Continuing remediation efforts.`,author:"Ops Team"}]}],past:[]}},n="none";t.curr
3152
3152
  padding-left: 20px;
3153
3153
  }
3154
3154
 
3155
- .timeline::before {
3156
- left: 4px;
3157
- }
3158
-
3159
3155
  .update-item::before {
3160
3156
  left: -18px;
3161
3157
  width: 10px;
3162
3158
  height: 10px;
3163
3159
  }
3160
+
3161
+ /* Mobile dot: left -18px, width 10px + border 2px*2 = 14px, center at -11px */
3162
+ .update-item:not(:last-child)::after {
3163
+ left: -12px;
3164
+ top: 16px;
3165
+ }
3164
3166
  }
3165
3167
  `]),E(We,1,tr);var b$=()=>O`
3166
3168
  <style>