diff options
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 { |