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);
|
||||
}
|
||||
|
||||
.radar-timestamp.forecast::after {
|
||||
content: " ⟩";
|
||||
opacity: 0.7;
|
||||
/* Forecast indicator - subtle arrow */
|
||||
.radar-timestamp.forecast::before {
|
||||
content: "▶ ";
|
||||
font-size: 8px;
|
||||
opacity: 0.8;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
/* Legend (optional, can be enabled) */
|
||||
|
||||
Reference in New Issue
Block a user