X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/3d3b2b47964ec91ef1ab1946b7258a06665caced..31ff6090206711b01ef8d9838c9de1b60babc0d6:/app/assets/stylesheets/common.scss diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index a27976854..a2e54ec6d 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -233,6 +233,7 @@ body.small-nav { > ul { height: auto; + justify-content: center; } .user-menu, .login-menu { @@ -335,10 +336,6 @@ body.small-nav { #sidebar { float: left; width: $sidebarWidth; - - #sidebar_loader { - display: none; - } } .overlay-sidebar #sidebar { @@ -354,6 +351,7 @@ body.small-nav { display: block; } + #sidebar_loader, #sidebar_content { display: none; }