Fix forecast indicator: use small arrow prefix instead of trailing bracket
This commit is contained in:
@@ -54,9 +54,12 @@
|
|||||||
background: rgba(0, 100, 180, 0.8);
|
background: rgba(0, 100, 180, 0.8);
|
||||||
}
|
}
|
||||||
|
|
||||||
.radar-timestamp.forecast::after {
|
/* Forecast indicator - subtle arrow */
|
||||||
content: " ⟩";
|
.radar-timestamp.forecast::before {
|
||||||
opacity: 0.7;
|
content: "▶ ";
|
||||||
|
font-size: 8px;
|
||||||
|
opacity: 0.8;
|
||||||
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Legend (optional, can be enabled) */
|
/* Legend (optional, can be enabled) */
|
||||||
|
|||||||
Reference in New Issue
Block a user