diff options
| author | tpart <tpart120@proton.me> | 2023-12-22 15:11:36 +0100 |
|---|---|---|
| committer | tpart <tpart120@proton.me> | 2023-12-22 15:11:36 +0100 |
| commit | 6ebdc915aa9204185ad8523f775de59f69106208 (patch) | |
| tree | d53551c158b69e31b071d9e80c7cc910639dca17 /web/style/navbar.css | |
| parent | 864423baf8b019d53f2d18d925d5df468dd5e2a0 (diff) | |
| download | jellything-6ebdc915aa9204185ad8523f775de59f69106208.tar jellything-6ebdc915aa9204185ad8523f775de59f69106208.tar.bz2 jellything-6ebdc915aa9204185ad8523f775de59f69106208.tar.zst | |
Improve node card style on small screens
Diffstat (limited to 'web/style/navbar.css')
| -rw-r--r-- | web/style/navbar.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/style/navbar.css b/web/style/navbar.css index 1c18d4f..bec46cf 100644 --- a/web/style/navbar.css +++ b/web/style/navbar.css @@ -79,6 +79,7 @@ nav .back::before { .hybrid_button p { display: inline; } + @media (max-width: 1000px) { .hybrid_button p { display: none; |