diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-06-10 15:28:20 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-12-12 12:21:01 +0100 |
commit | 7aa2e0e55cd16c942b3b8da11c4d0323561ad5b2 (patch) | |
tree | 8f3083857d439a7de76f61dbee2d653619510e24 /scss | |
parent | 046fc176ad188faffb4e386d02dac5d6705a4b5a (diff) | |
download | Ishtar-7aa2e0e55cd16c942b3b8da11c4d0323561ad5b2.tar.bz2 Ishtar-7aa2e0e55cd16c942b3b8da11c4d0323561ad5b2.zip |
Geo: add IGN source
Diffstat (limited to 'scss')
-rw-r--r-- | scss/custom.scss | 20 |
1 files changed, 18 insertions, 2 deletions
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 { |