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 | fbace7a48a650f79b569c89366013a6dbf9c71af (patch) | |
tree | 8f3083857d439a7de76f61dbee2d653619510e24 /scss | |
parent | 83ed5259b9a2263ddfbcfd800d09655df5e0405d (diff) | |
download | Ishtar-fbace7a48a650f79b569c89366013a6dbf9c71af.tar.bz2 Ishtar-fbace7a48a650f79b569c89366013a6dbf9c71af.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 { |