If device has no hover, never hide notification dismiss
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user