mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
fix(share): content wasn't centered
This commit is contained in:
parent
ef0fa2007b
commit
2f2ea98937
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue