|
@@ -30,7 +30,7 @@
|
|
v-for="notification in notificationsToDisplay"
|
|
v-for="notification in notificationsToDisplay"
|
|
:key="notification.id"
|
|
:key="notification.id"
|
|
class="notification"
|
|
class="notification"
|
|
- :class="{"unseen": !minimalMode && !notification.seen}"
|
|
|
|
|
|
+ :class="{unseen: !minimalMode && !notification.seen}"
|
|
>
|
|
>
|
|
<div class="notification-overlay" />
|
|
<div class="notification-overlay" />
|
|
<notification :notification="notification" />
|
|
<notification :notification="notification" />
|