diff options
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); |