aboutsummaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css13
1 files 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;