Legend: 200px, moved to bottom-right above timeline

This commit is contained in:
Clawd
2026-02-11 15:13:16 +00:00
parent d00c7f3ba5
commit be5b469d7f

View File

@@ -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;
}