]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.scss
Extend user list to allow searching by name or email
[rails.git] / app / assets / stylesheets / common.scss
index a536f527f297520ca97c77b002a2186317805ab8..c1728f870220b78a4229a10a9fc2b118d0d14fe0 100644 (file)
@@ -170,7 +170,11 @@ nav.primary {
 
 nav.secondary {
   .nav-link {
-    padding: 0.3rem;
+    padding: 0 0.3rem;
+  }
+
+  > ul {
+    height: 1.5em;
   }
 }
 
@@ -228,7 +232,8 @@ body.small-nav {
     flex-direction: column;
 
     > ul {
-      justify-content: unset !important;
+      height: auto;
+      justify-content: center;
     }
 
     .user-menu, .login-menu {