From 8bc18108fad35abbdb056b6f7707c9d212e4a2ef Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Thu, 18 Jan 2024 12:57:23 +0100 Subject: CSS: Improve selectors. --- style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/style.css b/style.css index 42e0e19..1189fa1 100644 --- a/style.css +++ b/style.css @@ -206,14 +206,14 @@ html, body { #layer-selection-button, #map-legend-button, #export-to-image, - #map-menu #layer-selection-panel, - #map-menu #map-legend-panel, + #layer-selection-panel, + #map-legend-panel, #map-menu .ol-full-screen { display: none; } } @media screen and (min-width: 350px) and (max-width: 576px) { - #map-menu #info-button { + #info-button { bottom: 0; right: 0; position: absolute; -- cgit v1.2.3