]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.scss
Move secondary menu items to "more" dropdown dynamically
[rails.git] / app / assets / stylesheets / common.scss
index 92b9f72409caebbe20fadaad52e55e5f26fc4ded..a536f527f297520ca97c77b002a2186317805ab8 100644 (file)
@@ -131,10 +131,6 @@ header {
     font-size: 14px;
   }
 
-  nav.primary {
-    margin-right: auto;
-  }
-
   .username {
     max-width: 12em;
   }
@@ -191,15 +187,6 @@ nav.primary, nav.secondary {
   display: none;
 }
 
-body.compact-nav {
-  #compact-secondary-nav {
-    display: inline-block;
-  }
-  .compact-hide {
-    display: none;
-  }
-}
-
 body.small-nav {
   #menu-icon {
     display: block;
@@ -240,6 +227,10 @@ body.small-nav {
   nav.secondary {
     flex-direction: column;
 
+    > ul {
+      justify-content: unset !important;
+    }
+
     .user-menu, .login-menu {
       width: 100%;
     }
@@ -819,7 +810,7 @@ tr.turn {
 /* Rules for the issues page */
 
 .issues.issues-index {
-  td.reporter_users {
+  td.reporting_users {
     max-width: 5rem;
   }
 }