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);
}
.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) */