aboutsummaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2024-01-12 16:23:32 +0100
committerGuilhem Moulin <guilhem@fripost.org>2024-01-12 16:23:32 +0100
commitbf224efbf4d65baa1c0e19542354ce2ca856feeb (patch)
tree4486f99af1d4aa828bcdd81073d54190b4aa4c59 /style.css
parentf6345c958eccaf4693e3d53f63c611395daaf545 (diff)
Add FullScreen mode support.
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);