aboutsummaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2024-01-18 12:57:23 +0100
committerGuilhem Moulin <guilhem@fripost.org>2024-01-18 12:57:23 +0100
commit8bc18108fad35abbdb056b6f7707c9d212e4a2ef (patch)
tree2e0bc43d1bad7546fb7fb771907bfbbf88fff910 /style.css
parent0aa8dd933c2031eaf3ef0713cb1e3b0fac7b88bd (diff)
CSS: Improve selectors.
Diffstat (limited to 'style.css')
-rw-r--r--style.css6
1 files 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;