diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2024-01-12 16:23:32 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2024-01-12 16:23:32 +0100 |
commit | bf224efbf4d65baa1c0e19542354ce2ca856feeb (patch) | |
tree | 4486f99af1d4aa828bcdd81073d54190b4aa4c59 /style.css | |
parent | f6345c958eccaf4693e3d53f63c611395daaf545 (diff) |
Add FullScreen mode support.
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -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); |