If device has no hover, never hide notification dismiss

This commit is contained in:
Johannes Zellner
2025-09-25 08:36:22 +02:00
parent 4962597f58
commit f16662bcc0

View File

@@ -234,6 +234,12 @@ onUnmounted(() => {
visibility: visible;
}
@media (hover: none) {
.notification-item .notification-read-button {
visibility: visible;
}
}
.subscription-expired {
background-color: var(--pankow-color-danger);
color: white;