diff --git a/dashboard/src/components/Headerbar.vue b/dashboard/src/components/Headerbar.vue index 497844d45..e4b400232 100644 --- a/dashboard/src/components/Headerbar.vue +++ b/dashboard/src/components/Headerbar.vue @@ -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;