Various fixes for mobile touch devices to not relay on hover

This commit is contained in:
Johannes Zellner
2025-03-09 21:04:24 +01:00
parent 4d7a5f03ab
commit 74f4dacbe4
3 changed files with 18 additions and 0 deletions

View File

@@ -18,6 +18,12 @@
gap: 20px;
}
@media (max-width: 576px) {
.settings-item {
flex-wrap: wrap;
}
}
.settings-item:hover {
background-color: var(--pankow-color-background-hover);
}