style: fix

This commit is contained in:
Shusui MOYATANI
2024-05-29 02:20:06 +09:00
parent c76cb4ab62
commit e53c9b4fa1
8 changed files with 9 additions and 9 deletions

View File

@@ -131,7 +131,7 @@ const TextNoteContentDisplay = (props: TextNoteContentDisplayProps) => {
// const { imageRef, canvas } = useImageAnimation({ initialPlaying: false });
return (
<img
class="inline-block h-8 max-w-[8rem]"
class="inline-block h-8 max-w-32"
src={item.url}
alt={item.content}
title={item.shortcode}