This commit is contained in:
Henry Jameson 2025-08-15 09:38:36 +03:00
commit c47bfe53ff

View file

@ -12,13 +12,13 @@
<article <article
class="NotificationParent" class="NotificationParent"
:class="{ '-expandable': expandable }" :class="{ '-expandable': expandable }"
:aria-controls="'notif-' +notification.id"
v-else v-else
> >
<div <div
v-if="needMute && !unmuted" v-if="needMute && !unmuted"
:id="'notif-' +notification.id" :id="'notif-' +notification.id"
:aria-expanded="statusExpanded" :aria-expanded="statusExpanded"
:aria-controls="'notif-' +notification.id"
class="Notification container -muted" class="Notification container -muted"
> >
<small> <small>