Skip to content

Commit 65ef34d

Browse files
committed
improve: center queue preview on its line
Add justifyContent: center to queue preview box to center it horizontally on its own line for better visual balance.
1 parent 5238f2b commit 65ef34d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cli/src/chat.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -717,6 +717,7 @@ export const Chat = ({
717717
style={{
718718
flexDirection: 'row',
719719
width: '100%',
720+
justifyContent: 'center',
720721
}}
721722
>
722723
<text style={{ wrapMode: 'none' }}>

0 commit comments

Comments
 (0)