Commit c44e8ae
style(react-ui): adjust max-width and padding for conversation starter component (#810)
* style(react-ui): adjust max-width and padding for conversation starter component
Updated the max-width of the conversation starter to align with the composer box across breakpoints, ensuring proper alignment of pills with the input. Adjusted padding for better spacing consistency.
* style(react-ui): remove outdated comments in conversation starter SCSS
Cleaned up the conversation starter component's SCSS by removing obsolete comments regarding alignment with the composer box, enhancing code clarity and maintainability.
* style(react-ui): track the composer column for conversation starters
Base the starter container on the composer's 768px column instead of the
880px thread column. The chips sit above the input, and once both hit
max-width they center independently — an 880 base left the row starting
56px outside the input's edge on wide screens. With the composer column
the chip row aligns with the input at every desktop width; the narrow-
width gutter fix is unchanged.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01XECS4NLhz6BNd1TUYbWjfu
---------
Co-authored-by: ankit-thesys <i-ankit@thesys.dev>
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>1 parent 078e6db commit c44e8ae
1 file changed
Lines changed: 5 additions & 3 deletions
Lines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
7 | 10 | | |
8 | | - | |
| 11 | + | |
9 | 12 | | |
10 | 13 | | |
11 | 14 | | |
| |||
16 | 19 | | |
17 | 20 | | |
18 | 21 | | |
19 | | - | |
20 | 22 | | |
21 | 23 | | |
22 | 24 | | |
| |||
0 commit comments