diff options
| author | metamuffin <metamuffin@disroot.org> | 2026-03-01 16:06:33 +0100 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2026-03-01 16:06:33 +0100 |
| commit | cfe6ebf45db60dc1abb65e7043dc9e3ec75bc5fa (patch) | |
| tree | 54d998bd4cffc364cb147d071fe0ddac2f7e56de /ui/client-style/src | |
| parent | 2a5d882fac63f8572ee95f85447b180f5b17f57a (diff) | |
| download | jellything-cfe6ebf45db60dc1abb65e7043dc9e3ec75bc5fa.tar jellything-cfe6ebf45db60dc1abb65e7043dc9e3ec75bc5fa.tar.bz2 jellything-cfe6ebf45db60dc1abb65e7043dc9e3ec75bc5fa.tar.zst | |
refactor collapsing buttons on small screen
Diffstat (limited to 'ui/client-style/src')
| -rw-r--r-- | ui/client-style/src/navbar.css | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/ui/client-style/src/navbar.css b/ui/client-style/src/navbar.css index fcb3cdd..adc7518 100644 --- a/ui/client-style/src/navbar.css +++ b/ui/client-style/src/navbar.css @@ -80,12 +80,8 @@ nav .back::before { content: "arrow_back"; } -.hybrid_button p { - display: inline; -} - @media (max-width: 1000px) { - .hybrid_button p { + nav a > span { display: none; } *::before { |