X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/6ae4e53f4582f91267ec829a5b6cb1b2260aa06b..8ee3d678319062d4f2f27918d3f98d3465d9eb36:/app/assets/stylesheets/common.scss diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index 4cc31d611..69e82666f 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -395,7 +395,7 @@ body.small-nav { overflow-y: scroll; } - .overlay-sidebar { + .overlay-sidebar.overlay-right-sidebar { #sidebar { position: absolute; width: 350px; @@ -403,7 +403,7 @@ body.small-nav { overflow: hidden; } - #map, #map-ui { + #map { height: 100%; } } @@ -677,7 +677,13 @@ tr.turn { padding: $lineheight; } -/* Overrides for pages that use new layout conventions */ +/* Rules for login and signup pages */ + +.sessions-new, .users-new, .users-create { + #content .content-inner { + max-width: 760px; + } +} .header-illustration { background-position: 0 0; @@ -895,10 +901,6 @@ div.secondary-actions { } } -.auth-container { - max-width: 600px; -} - /* Rules for tabs inside secondary background sections */ .bg-body-secondary .nav-tabs {