From fcbbc5c22a32bca638a68e59d93aea4e8d9424e3 Mon Sep 17 00:00:00 2001 From: Oriol Carbonell Date: Fri, 2 Feb 2024 02:39:55 +0100 Subject: [PATCH] Fix sizes of the campground map and its legend --- web/static/public.css | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/web/static/public.css b/web/static/public.css index b5288b8..e31187c 100644 --- a/web/static/public.css +++ b/web/static/public.css @@ -1516,7 +1516,8 @@ address { } #campground_map { - width: 70vw; + width: 80vw; + height: 75vh; border-radius: .6rem; font-size: 1.2rem; } @@ -1528,14 +1529,16 @@ address { #zones { mix-blend-mode: multiply; - opacity: .3; + opacity: 0; } .legend-directory { - width: 30vw; + width: 20vw; + height: 75vh; background: #fff; border-radius: .6rem; padding: 1rem 2rem; + overflow: scroll; } .legend-directory h4 { @@ -1546,8 +1549,6 @@ address { .legend-directory ul { padding-left: 0; list-style: none; - column-count: 2; - column-gap: 2rem; } .legend-directory li {