diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2024-01-18 12:57:23 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2024-01-18 12:57:23 +0100 |
commit | 8bc18108fad35abbdb056b6f7707c9d212e4a2ef (patch) | |
tree | 2e0bc43d1bad7546fb7fb771907bfbbf88fff910 | |
parent | 0aa8dd933c2031eaf3ef0713cb1e3b0fac7b88bd (diff) |
CSS: Improve selectors.
-rw-r--r-- | style.css | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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; |