fix(share): content wasn't centered

This commit is contained in:
Adam
2025-12-16 16:06:28 -06:00
committed by Aiden Cline
parent 9e98bd3283
commit 1cbc9e252c

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()