fix(share): content wasn't centered

thinking-toggle-wip
Adam 2025-12-16 16:06:28 -06:00 committed by Aiden Cline
parent 9e98bd3283
commit 1cbc9e252c
1 changed files with 1 additions and 1 deletions

View File

@ -352,7 +352,7 @@ export default function () {
messageID={store.messageId ?? firstUserMessage()!.id!}
classes={{
root: "grow",
content: "flex flex-col justify-between items-start",
content: "flex flex-col justify-between",
container:
"w-full pb-20 " +
(wide()