aboutsummaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
authortpart <tpart120@proton.me>2023-12-22 15:13:13 +0100
committertpart <tpart120@proton.me>2023-12-22 15:13:13 +0100
commitc644f3b2f7b93cba2c903fa2a5e30ea80d86ef13 (patch)
tree33905c481b81ac6bf8ae6be8594bf71b4dca9151 /web
parent6ebdc915aa9204185ad8523f775de59f69106208 (diff)
downloadjellything-c644f3b2f7b93cba2c903fa2a5e30ea80d86ef13.tar
jellything-c644f3b2f7b93cba2c903fa2a5e30ea80d86ef13.tar.bz2
jellything-c644f3b2f7b93cba2c903fa2a5e30ea80d86ef13.tar.zst
Hide node card props on small screens
Diffstat (limited to 'web')
-rw-r--r--web/style/props.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/web/style/props.css b/web/style/props.css
index c9c194a..415503a 100644
--- a/web/style/props.css
+++ b/web/style/props.css
@@ -37,3 +37,9 @@
.props p.rating::before {
content: "stars";
}
+
+@media (max-width: 500px) {
+ .props {
+ display: none;
+ }
+} \ No newline at end of file