diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2021-02-16 13:13:42 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2021-02-16 13:13:42 +0900 |
| commit | 5cdd9d20277193aa4857d424dc15a8c2bab119b9 (patch) | |
| tree | d95298cedac587ddf0945ed68e7ffe4864da651a /src/client/components/notifications.vue | |
| parent | wip (diff) | |
| download | misskey-5cdd9d20277193aa4857d424dc15a8c2bab119b9.tar.gz misskey-5cdd9d20277193aa4857d424dc15a8c2bab119b9.tar.bz2 misskey-5cdd9d20277193aa4857d424dc15a8c2bab119b9.zip | |
wip
Diffstat (limited to 'src/client/components/notifications.vue')
| -rw-r--r-- | src/client/components/notifications.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/components/notifications.vue b/src/client/components/notifications.vue index 552b22dd3e..56dbfd5bdf 100644 --- a/src/client/components/notifications.vue +++ b/src/client/components/notifications.vue @@ -1,5 +1,5 @@ <template> -<div class="mfcuwfyp"> +<div class="mfcuwfyp _noGap_"> <XList class="notifications" :items="items" v-slot="{ item: notification }"> <XNote v-if="['reply', 'quote', 'mention'].includes(notification.type)" :note="notification.note" @update:note="noteUpdated(notification.note, $event)" :key="notification.id"/> <XNotification v-else :notification="notification" :with-time="true" :full="true" class="_panel notification" :key="notification.id"/> |