hide menu button in desktop layout instead of icon

This commit is contained in:
krvpb024 2024-02-05 11:14:34 +08:00 committed by Frédéric Guillot
parent 552fb3e4cc
commit bf54222be7
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}