Browse Source

Fix menu shrinking on home page

Lee Morgan 6 năm trước cách đây
mục cha
commit
6a343c9cf0
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  1. 3 1
      views/shared/menu.css

+ 3 - 1
views/shared/menu.css

@@ -3,9 +3,11 @@
     flex-direction: column;
     align-items: center;
     background: rgb(0, 27, 45);
-    width: 18vw;
+    flex-basis: 18vw;
     height: 100vh;
     transition: width 0.3s;
+    flex-grow: 0;
+    flex-shrink: 0;
 }
 
     .menuHead{