mirror of
https://github.com/aljazceru/rabbit.git
synced 2025-12-17 14:04:21 +01:00
fix: wide emoji
This commit is contained in:
@@ -131,7 +131,7 @@ const TextNoteContentDisplay = (props: TextNoteContentDisplayProps) => {
|
||||
// const { imageRef, canvas } = useImageAnimation({ initialPlaying: false });
|
||||
return (
|
||||
<img
|
||||
class="inline-block h-8 max-w-[128px] align-middle"
|
||||
class="inline-block h-8 max-w-[8rem]"
|
||||
src={item.url}
|
||||
alt={item.content}
|
||||
title={item.shortcode}
|
||||
|
||||
Reference in New Issue
Block a user