From 1b0a2cf33d964116b2a7d4dec8eeb54e7ed7ac34 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Tue, 10 Jun 2025 01:07:17 +0200 Subject: CSS: Add 50px to the legend's max-width. --- style.css | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/style.css b/style.css index c5b527c..dcb9dc3 100644 --- a/style.css +++ b/style.css @@ -200,10 +200,6 @@ body.inprogress { #layer-selection-panel, #map-legend-panel { position: relative; - /*min-width: min-content;*/ - /*max-width: 35%;*/ - /*width: revert;*/ - max-width: 360px; margin-left: 0; margin-right: var(--map-menu-spacing); font-size: medium; @@ -214,6 +210,15 @@ body.inprogress { --bs-modal-color: var(--bs-body-color); --bs-modal-padding: .75rem; } +#layer-selection-panel { + /*min-width: min-content;*/ + /*max-width: 35%;*/ + /*width: revert;*/ + max-width: 360px; +} +#map-legend-panel { + max-width: 410px; +} @keyframes fade-in { from { opacity: 0; -- cgit v1.2.3