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

This commit is contained in:
Luna Magdalena :3 2025-11-17 17:34:09 -03:00
parent cb1611e8dc
commit 90e732f25e

View file

@ -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
}