diff options
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 13 |
1 files changed, 9 insertions, 4 deletions
@@ -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; |