fix: notifications spacing
This commit is contained in:
parent
7405dee7f6
commit
5675d5aef9
2 changed files with 4 additions and 4 deletions
|
@ -10,7 +10,7 @@ const { group } = defineProps<{
|
|||
<article flex flex-col relative>
|
||||
<StatusCard :status="group.status!" :faded="true">
|
||||
<template #meta>
|
||||
<div flex flex-col gap-2>
|
||||
<div flex flex-col gap-1 mt-1>
|
||||
<div v-for="like of group.likes" :key="like.account.id" flex>
|
||||
<div v-if="like.reblog" i-ri:repeat-fill text-xl mr-2 color-green />
|
||||
<div v-if="like.favourite && !like.reblog" i-ri:heart-fill text-xl mr-2 color-red />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue