Fix forecast indicator: use small arrow prefix instead of trailing bracket

This commit is contained in:
Clawd
2026-02-11 14:06:36 +00:00
parent 85e0eb8a1f
commit 0ddea4f322

View File

@@ -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) */