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:
parent
cb1611e8dc
commit
90e732f25e
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue