このコミットが含まれているのは:
Henry Jameson 2022-05-22 21:50:30 +03:00
コミット c3c120e91d
1個のファイルの変更1行の追加1行の削除

ファイルの表示

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