From be5b469d7f0d4439ee104039350c8be3561f1ca7 Mon Sep 17 00:00:00 2001 From: Clawd Date: Wed, 11 Feb 2026 15:13:16 +0000 Subject: [PATCH] Legend: 200px, moved to bottom-right above timeline --- MMM-CombinedMap.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MMM-CombinedMap.css b/MMM-CombinedMap.css index c09417f..886e5f0 100644 --- a/MMM-CombinedMap.css +++ b/MMM-CombinedMap.css @@ -159,7 +159,7 @@ /* Radar precipitation legend */ .radar-legend { position: absolute; - top: 8px; + bottom: 44px; /* Above the timeline */ right: 8px; background: rgba(0, 0, 0, 0.6); border-radius: 4px; @@ -169,7 +169,7 @@ .radar-legend img { display: block; - max-height: 180px; + max-height: 200px; width: auto; opacity: 0.9; }