]> 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 098370689a0ec29215550527b4c08f0f58352a13..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%;
     }
@@ -816,6 +807,14 @@ tr.turn {
   }
 }
 
+/* Rules for the issues page */
+
+.issues.issues-index {
+  td.reporting_users {
+    max-width: 5rem;
+  }
+}
+
 /* Rules for the account confirmation page */
 
 .accounts-terms-show {