logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: c3c120e91da987ecb54c7d743b6791f904b56f4d
parent 1feff4dcc7d416815b5967d330c2e02573fec854
Author: Henry Jameson <me@hjkos.com>
Date:   Sun, 22 May 2022 21:50:30 +0300

fix?

Diffstat:

Msrc/components/notifications/notifications.vue2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/components/notifications/notifications.vue b/src/components/notifications/notifications.vue @@ -30,7 +30,7 @@ v-for="notification in notificationsToDisplay" :key="notification.id" class="notification" - :class="{&quot;unseen&quot;: !minimalMode && !notification.seen}" + :class="{unseen: !minimalMode && !notification.seen}" > <div class="notification-overlay" /> <notification :notification="notification" />