aboutsummaryrefslogtreecommitdiff
path: root/web/style/navbar.css
diff options
context:
space:
mode:
authortpart <tpart120@proton.me>2023-12-22 14:13:50 +0100
committertpart <tpart120@proton.me>2023-12-22 14:13:50 +0100
commitd633c1ee816953015a24ebe9f6093b52046c942d (patch)
tree13abeae16458d6e6c20a2d0398f52f3fc2548c57 /web/style/navbar.css
parentd61b0a1b9c20fbcf444d09ceb787cd40a25911d3 (diff)
downloadjellything-d633c1ee816953015a24ebe9f6093b52046c942d.tar
jellything-d633c1ee816953015a24ebe9f6093b52046c942d.tar.bz2
jellything-d633c1ee816953015a24ebe9f6093b52046c942d.tar.zst
Only show logo of buttons when screen size is too small
Diffstat (limited to 'web/style/navbar.css')
-rw-r--r--web/style/navbar.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/web/style/navbar.css b/web/style/navbar.css
index 9619532..3ccd838 100644
--- a/web/style/navbar.css
+++ b/web/style/navbar.css
@@ -75,3 +75,15 @@ nav .login::before {
nav .back::before {
content: "arrow_back";
}
+
+.hybrid_button p {
+ display: inline;
+}
+@media (max-width: 1000px) {
+ .hybrid_button p {
+ display: none;
+ }
+ *::before {
+ margin-right: 0px;
+ }
+} \ No newline at end of file