[Glitch] Hide list panel from nav bar in mobile layout

Port d787343325 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
Yamagishi Kazutoshi
2022-10-11 04:41:25 +09:00
committed by Claire
parent 1e7f819c85
commit 1850166de9
6 changed files with 27 additions and 11 deletions

View File

@@ -344,6 +344,10 @@
.column-link span {
display: none;
}
.list-panel {
display: none;
}
}
}