fix(share): content wasn't centered
Some checks are pending
deploy / deploy (push) Waiting to run
Update Nix Hashes / update (push) Waiting to run

This commit is contained in:
Adam 2025-12-16 16:06:28 -06:00
parent ef0fa2007b
commit 2f2ea98937
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75

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