@sailingrotevista/rotevista-dash 6.1.4 → 6.2.2

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.
package/style.css CHANGED
@@ -75,7 +75,11 @@ body {
75
75
  }
76
76
 
77
77
  /* COLONNA DESTRA: Titolo a DX (bordo), Unità a SX */
78
- .box-depth, .box-tws, .box-twa, .box-awa, .box-twd { align-items: flex-end !important; text-align: right !important; }
78
+ .box-depth, .box-tws, .box-twa, .box-awa, .box-twd {
79
+ align-items: flex-end !important;
80
+ text-align: right !important;
81
+ padding-right: 14px !important; /* BUG RISOLTO: Aumenta il padding destro per evitare il clipping dei numeri sul bordo */
82
+ }
79
83
  .box-depth .label-row, .box-tws .label-row, .box-twa .label-row, .box-awa .label-row, .box-twd .label-row {
80
84
  flex-direction: row-reverse !important; justify-content: space-between !important;
81
85
  }
@@ -173,10 +177,6 @@ body.night-mode .alarm-danger {
173
177
  .focus-active .data-box:not(.is-focused),
174
178
  .focus-active .box-gauge { display: none !important; }
175
179
 
176
- .focus-active .is-focused .sparkline path,
177
- .focus-active .is-focused .sparkline line {
178
- }
179
-
180
180
  .focus-active.focus-side-left {
181
181
  grid-template-columns: 3fr 2fr !important;
182
182
  grid-template-areas: "focused gauge" !important;