This commit is contained in:
syuilo 2025-05-04 17:32:09 +09:00
parent e75d749784
commit 3bdb1dd558
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ SPDX-License-Identifier: AGPL-3.0-only
<MkTl :events="timeline">
<template #left="{ event }">
<div>
<MkAvatar :user="event.user" style="width: 24px; height: 24px;"/>
<MkAvatar :user="event.user" style="width: 26px; height: 26px;"/>
</div>
</template>
<template #right="{ event, timestamp, delta }">