X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/2f59c267adc1910612897ce03b468f8141a73b46..f884be441dee0c9412c2f776816cdee225ecb394:/app/assets/stylesheets/common.scss diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index 02bddc800..d74ece45a 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -317,7 +317,7 @@ body.small-nav { display: inline-block; } - .overlay-sidebar #sidebar .welcome.visible { + .overlay-sidebar #sidebar .welcome { display: none; } @@ -422,9 +422,6 @@ body.small-nav { > div { position: relative; - float: left; - clear: both; - width: 100%; } } @@ -439,11 +436,7 @@ body.small-nav { } .welcome { - display: none; - - &.visible { - display: block; - } + display: block; } #sidebar_content { @@ -533,13 +526,6 @@ body.small-nav { } } -.layers-ui, -.share-ui { - li:last-child { - margin-bottom: 0; - } -} - .layers-ui { .base-layers { .leaflet-container { @@ -634,19 +620,6 @@ body.small-nav { #attribution { display: none; - - table { - width: 100% - } -} - -.attribution_license, -.attribution_project { - text-align: left; -} - -.attribution_notice { - text-align: center; } .donate-attr { color: darken($green, 10%) !important; }