From 7aa2e0e55cd16c942b3b8da11c4d0323561ad5b2 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 10 Jun 2022 15:28:20 +0200 Subject: Geo: add IGN source --- scss/custom.scss | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) (limited to 'scss') diff --git a/scss/custom.scss b/scss/custom.scss index bf1af0628..8e0d9dd59 100644 --- a/scss/custom.scss +++ b/scss/custom.scss @@ -990,8 +990,24 @@ ul.compact{ border-color: $gray-700 transparent transparent transparent; } -.window-map .ol-overviewmap { - bottom: 3em; +.window-map .ol-overviewmap, +#main-container .ol-overviewmap { + bottom: 2.5em; +} + +.layer-switcher.ol-control { + ul { + margin: 0; + margin-bottom: 0.5rem; + } + li input{ + top: 0.2em; + } + button { + width: 38px; + height: 38px; + background-color: white; + } } .ol-rotate { -- cgit v1.2.3