We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67dc819 commit 9e434f6Copy full SHA for 9e434f6
2 files changed
web/src/app/app/message/MultiModelResponseView.tsx
@@ -30,7 +30,7 @@ const SELECTION_PANEL_W = 400;
30
// Compact width for hidden panels in the carousel track
31
const HIDDEN_PANEL_W = 220;
32
// Generation-mode panel widths (from Figma)
33
-const GEN_PANEL_W_2 = 640; // 2 panels side-by-side
+const GEN_PANEL_W_2 = 720; // 2 panels side-by-side
34
const GEN_PANEL_W_3 = 436; // 3 panels side-by-side
35
// Gap between panels — matches CSS gap-6 (24px)
36
const PANEL_GAP = 24;
web/src/app/css/sizes.css
@@ -1,5 +1,5 @@
1
:root {
2
- --app-page-main-content-width: 52.5rem;
+ --app-page-main-content-width: 45rem;
3
--block-width-form-input-min: 10rem;
4
5
--container-sm: 42rem;
0 commit comments