From bf224efbf4d65baa1c0e19542354ce2ca856feeb Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Fri, 12 Jan 2024 16:23:32 +0100 Subject: Add FullScreen mode support. --- style.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'style.css') 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); -- cgit v1.2.3