From 0ddea4f32216a4039eda22819a58fa30521effd6 Mon Sep 17 00:00:00 2001 From: Clawd Date: Wed, 11 Feb 2026 14:06:36 +0000 Subject: [PATCH] Fix forecast indicator: use small arrow prefix instead of trailing bracket --- MMM-CombinedMap.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/MMM-CombinedMap.css b/MMM-CombinedMap.css index 89e6f5c..e90f23b 100644 --- a/MMM-CombinedMap.css +++ b/MMM-CombinedMap.css @@ -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) */