From 609ec824da4888feebb396ea0f5ef73e363a8b51 Mon Sep 17 00:00:00 2001 From: tpart Date: Fri, 22 Dec 2023 14:38:04 +0100 Subject: Improve nav css for small screen widths --- web/style/navbar.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'web/style') 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 -- cgit v1.2.3-70-g09d2