diff --git a/src/shared/notes/kinds/repost.tsx b/src/shared/notes/kinds/repost.tsx index cd82b269..b80e73be 100644 --- a/src/shared/notes/kinds/repost.tsx +++ b/src/shared/notes/kinds/repost.tsx @@ -90,7 +90,7 @@ export function Repost({ if (status === 'loading') { return (
-
+
diff --git a/src/shared/notes/mentions/note.tsx b/src/shared/notes/mentions/note.tsx index 493e8e13..bce2ee38 100644 --- a/src/shared/notes/mentions/note.tsx +++ b/src/shared/notes/mentions/note.tsx @@ -48,7 +48,7 @@ export const MentionNote = memo(function MentionNote({ id }: { id: string }) { if (status === 'loading') { return ( -
+
); diff --git a/src/shared/user.tsx b/src/shared/user.tsx index 38ed83ea..7d6baf71 100644 --- a/src/shared/user.tsx +++ b/src/shared/user.tsx @@ -61,6 +61,12 @@ export const User = memo(function User({ ); } + if (variant === 'stacked') { + return ( +
+ ); + } + return (