fix spacing between notes and ads in the timeline

This commit is contained in:
Hazelnoot 2025-06-01 11:58:48 -04:00
parent c41a4a6860
commit e6baf8d02f
4 changed files with 7 additions and 15 deletions

View file

@ -15,6 +15,7 @@ SPDX-License-Identifier: AGPL-3.0-only
</template>
<template #default="{ items }">
<!-- TODO replace with SkDateSeparatedList when merged -->
<MkDateSeparatedList v-slot="{ item }" :items="items" :direction="'down'" :noGap="false" :ad="false">
<DynamicNote :key="item.id" :note="item.note" :class="$style.note"/>
</MkDateSeparatedList>