ソースを参照

hide menu button in desktop layout instead of icon

krvpb024 2 年 前
コミット
bf54222be7
1 ファイル変更1 行追加1 行削除
  1. 1 1
      internal/ui/static/css/common.css

+ 1 - 1
internal/ui/static/css/common.css

@@ -335,7 +335,7 @@ a:hover {
         flex-direction: row;
     }
 
-    .header nav button[aria-controls="header-menu"] svg {
+    .header nav button[aria-controls="header-menu"] {
         display: none;
     }