X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/90e787eed845a850eab63a22831c9cfa47f4dd3d..1b8a5a8f1510299ff039feb437d89f89d1b7a406:/app/assets/stylesheets/common.scss?ds=sidebyside diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index a27976854..27cfb465c 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; } @@ -591,22 +589,6 @@ header .search_forms, /* Rules for routing */ -div.direction { - background-image: image-url('routing-sprite.svg'); - width: 20px; - height: 20px; - background-repeat: no-repeat; -} -@for $i from 0 through 25 { -div.direction.i#{$i} { background-position: #{($i)*-20}px 0px; } -} - -@include color-mode(dark) { - div.direction { - filter: invert(1); - } -} - td.distance { font-size: x-small; }