aboutsummaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css8
1 files changed, 6 insertions, 2 deletions
diff --git a/style.css b/style.css
index df2c454..9d4383a 100644
--- a/style.css
+++ b/style.css
@@ -182,12 +182,16 @@ html, body {
top: var(--menu-spacing);
margin: 0;
}
-#map-menu button {
+#map-menu > * {
margin-top: var(--menu-spacing-interline);
}
-#map-menu button:first-child {
+#map-menu > *:first-child {
margin-top: 0;
}
+#map-menu > .ol-control {
+ position: relative;
+ inset: initial;
+}
#map-menu button[aria-expanded="true"] {
background-color: var(--ol-subtle-foreground-color);