kaoritokashiki před 5 roky
rodič
revize
27bd2e27e9
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. 2 1
      src/client/styles/scss/_navbar.scss

+ 2 - 1
src/client/styles/scss/_navbar.scss

@@ -1,5 +1,5 @@
 .grw-navbar {
-  max-height: 60px;
+  max-height: 52px; //test
   border-top: 0;
   border-right: 0;
   border-bottom: $grw-navbar-border-width solid;
@@ -40,6 +40,7 @@
     }
   }
   .nav-item.confidential {
+    max-height: 52px; //追加
     background: rgba(0, 0, 0, 0.2);
   }