X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/75a776a574cd6a711c0b4bf854701646c37c391c..10c9ca81c788c5aa3cd7a66d9cdbaedc14def1bc:/app/assets/stylesheets/common.css.scss diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index ba25591d3..dd29b813d 100644 --- a/app/assets/stylesheets/common.css.scss +++ b/app/assets/stylesheets/common.css.scss @@ -562,20 +562,18 @@ a.donate { margin: 10px; } -.leaflet-map-ui-layers { - box-shadow: 0 1px 7px rgba(0, 0, 0, 0.4); - background: #f8f8f9; - -webkit-border-radius: 8px; - border-radius: 8px; - background-position: 50% 50%; - background-repeat: no-repeat; - display: block; - width: 36px; - height: 36px; -} +#map-ui { + position: absolute; + display: none; + right: 0; + width: 200px; + height: 100%; + background: white; -.leaflet-control-layers-separator { - margin: 5px -10px !important; + .leaflet-container { + width: 100%; + height: 50px; + } } .leaflet-control-attribution {