Skip to content

Commit 9e434f6

Browse files
authored
fix(chat): set consistent 720px content width for chat and input bar (onyx-dot-app#10032)
1 parent 67dc819 commit 9e434f6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

web/src/app/app/message/MultiModelResponseView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const SELECTION_PANEL_W = 400;
3030
// Compact width for hidden panels in the carousel track
3131
const HIDDEN_PANEL_W = 220;
3232
// Generation-mode panel widths (from Figma)
33-
const GEN_PANEL_W_2 = 640; // 2 panels side-by-side
33+
const GEN_PANEL_W_2 = 720; // 2 panels side-by-side
3434
const GEN_PANEL_W_3 = 436; // 3 panels side-by-side
3535
// Gap between panels — matches CSS gap-6 (24px)
3636
const PANEL_GAP = 24;

web/src/app/css/sizes.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
:root {
2-
--app-page-main-content-width: 52.5rem;
2+
--app-page-main-content-width: 45rem;
33
--block-width-form-input-min: 10rem;
44

55
--container-sm: 42rem;

0 commit comments

Comments
 (0)