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
+6
View File
@@ -441,6 +441,12 @@ onUnmounted(() => {
opacity: 1;
}
@media (hover: none) {
.config {
opacity: 1;
}
}
.grid-item:focus .config,
.grid-item:hover .config {
opacity: 1;