From 90e732f25efb04639c4f3f798bcef6fcc60f646e Mon Sep 17 00:00:00 2001 From: "Luna Magdalena :3" <3"@girlkissing.tips> Date: Mon, 17 Nov 2025 17:34:09 -0300 Subject: [PATCH] this is supposed to disable the extra panel when browsing without javascript if the device does not support hovering. since. it'd be useless and just take up space --- assets/base.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/base.css b/assets/base.css index 71117c9..c1ee92b 100644 --- a/assets/base.css +++ b/assets/base.css @@ -203,7 +203,7 @@ main { } } -@media (max-width: 430px) and (max-height: 430px) { +@media (max-width: 430px) and (max-height: 430px), (any-hover: none) { .nojs > div:last-child, .nojs li > :is(a, d):hover + p { display: none !important }