v0.12.0-red_lines

This commit is contained in:
Mateusz Gruszczyński
2026-09-03 15:11:15 +02:00
parent 351ea765fa
commit be67932b47
3 changed files with 73 additions and 10 deletions
+31
View File
@@ -7141,3 +7141,34 @@ body.chart-fullscreen-open::before { content:""; position:fixed; inset:0; z-inde
@media (max-width: 640px) {
.technical-config-actions button { flex: 1 1 100%; }
}
/* Ping diagnostics: make packet loss and device unavailability explicit on the chart. */
.ping-sparkline .ping-success-line {
fill: none;
stroke: var(--accent);
stroke-width: 2;
stroke-linejoin: round;
stroke-linecap: round;
vector-effect: non-scaling-stroke;
}
.ping-sparkline .ping-success-point {
fill: var(--accent);
stroke: var(--accent);
vector-effect: non-scaling-stroke;
}
.ping-sparkline .ping-loss-marker rect {
fill: var(--danger-soft);
stroke: var(--danger);
stroke-width: 1;
vector-effect: non-scaling-stroke;
}
.ping-sparkline .ping-loss-marker path {
fill: none;
stroke: var(--danger);
stroke-width: 2;
stroke-linecap: round;
vector-effect: non-scaling-stroke;
}