From d00c7f3ba5f9e147d1036e176545e465a5aa2309 Mon Sep 17 00:00:00 2001 From: Clawd Date: Wed, 11 Feb 2026 15:10:30 +0000 Subject: [PATCH] Increase legend size by 50% (180px) --- MMM-CombinedMap.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MMM-CombinedMap.css b/MMM-CombinedMap.css index 7c03f24..c09417f 100644 --- a/MMM-CombinedMap.css +++ b/MMM-CombinedMap.css @@ -169,7 +169,7 @@ .radar-legend img { display: block; - max-height: 120px; + max-height: 180px; width: auto; opacity: 0.9; }