aboutsummaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
authortpart <tpart120@proton.me>2023-12-22 14:38:04 +0100
committertpart <tpart120@proton.me>2023-12-22 14:38:04 +0100
commit609ec824da4888feebb396ea0f5ef73e363a8b51 (patch)
tree4305905f93e06b57ea58c6edd1edda384f3564d9 /web
parentd633c1ee816953015a24ebe9f6093b52046c942d (diff)
downloadjellything-609ec824da4888feebb396ea0f5ef73e363a8b51.tar
jellything-609ec824da4888feebb396ea0f5ef73e363a8b51.tar.bz2
jellything-609ec824da4888feebb396ea0f5ef73e363a8b51.tar.zst
Improve nav css for small screen widths
Diffstat (limited to 'web')
-rw-r--r--web/style/navbar.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/web/style/navbar.css b/web/style/navbar.css
index 3ccd838..308b39a 100644
--- a/web/style/navbar.css
+++ b/web/style/navbar.css
@@ -86,4 +86,17 @@ nav .back::before {
*::before {
margin-right: 0px;
}
+}
+@media (max-width: 750px) {
+ nav h1 {
+ display: none;
+ }
+ nav .account span {
+ display: none;
+ }
+}
+@media (max-width: 400px) {
+ nav .library {
+ display: none;
+ }
} \ No newline at end of file