fix style
This commit is contained in:
parent
c2b3436770
commit
05ba1d0fd4
4 changed files with 12 additions and 14 deletions
|
|
@ -1,7 +1,6 @@
|
|||
<template>
|
||||
<div class="mfcuwfyp _noGap_">
|
||||
<div class="_magnet"></div>
|
||||
<XList class="notifications" :items="items" v-slot="{ item: notification }">
|
||||
<div class="mfcuwfyp _noGap_ _magnetParent">
|
||||
<XList class="notifications _magnetChild" :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"/>
|
||||
</XList>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue