kaoritokashiki 5 anni fa
parent
commit
27bd2e27e9
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2 1
      src/client/styles/scss/_navbar.scss

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

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