]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.scss
Merge remote-tracking branch 'upstream/pull/4842'
[rails.git] / app / assets / stylesheets / common.scss
index 7df0cdc5258882e176be998f6a3e00a01889e281..edef1444b85b00a924d1ad554edef97cf832c059 100644 (file)
@@ -96,10 +96,6 @@ header {
   position: relative;
   font-size: 14px;
 
   position: relative;
   font-size: 14px;
 
-  h1, nav, nav > ul, nav > ul > li {
-    display: inline-block;
-  }
-
   > * {
     padding: $lineheight * 0.5;
   }
   > * {
     padding: $lineheight * 0.5;
   }
@@ -116,6 +112,10 @@ header {
   nav.primary {
     margin-right: auto;
   }
   nav.primary {
     margin-right: auto;
   }
+
+  .username {
+    max-width: 12em;
+  }
 }
 
 nav.primary {
 }
 
 nav.primary {
@@ -152,7 +152,7 @@ nav.primary {
 
 nav.secondary {
   .nav-link {
 
 nav.secondary {
   .nav-link {
-    padding: 0.2rem;
+    padding: 0.3rem;
   }
 }
 
   }
 }
 
@@ -189,7 +189,7 @@ body.small-nav {
     min-height: $headerHeight;
 
     &.closed nav {
     min-height: $headerHeight;
 
     &.closed nav {
-      display: none;
+      display: none !important;
     }
 
     .search_forms {
     }
 
     .search_forms {
@@ -214,6 +214,8 @@ body.small-nav {
   }
 
   nav.secondary {
   }
 
   nav.secondary {
+    flex-direction: column;
+
     .user-menu, .login-menu {
       width: 100%;
     }
     .user-menu, .login-menu {
       width: 100%;
     }