瀏覽代碼

add max-height

kaoritokashiki 6 年之前
父節點
當前提交
27bd2e27e9
共有 1 個文件被更改,包括 2 次插入1 次删除
  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);
   }