Commit abcb180
fix(web): center chat box on Ask GitHub landing page (#1046)
* fix(web): center chat box on Ask GitHub landing page
Changed the layout from justify-between (which placed repo info at center
and chat box at bottom) to a fully centered layout where both repo info
and chat box are grouped together in the center of the page.
This matches user expectations and aligns with how similar tools (like
Claude.ai) present their chat interfaces.
Fixes the layout issue where the chat box felt disconnected from the
repository title.
Co-authored-by: Michael Sukkarieh <msukkari@users.noreply.github.com>
* docs: add CHANGELOG entry for Ask GitHub chat box centering fix
Co-authored-by: Michael Sukkarieh <msukkari@users.noreply.github.com>
---------
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
Co-authored-by: Michael Sukkarieh <msukkari@users.noreply.github.com>1 parent 2168586 commit abcb180
File tree
2 files changed
+9
-7
lines changed- packages/web/src/app/[domain]/askgh/[owner]/[repo]/components
2 files changed
+9
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
10 | 13 | | |
11 | 14 | | |
12 | 15 | | |
| |||
Lines changed: 6 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
50 | | - | |
51 | | - | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
52 | 53 | | |
53 | 54 | | |
54 | 55 | | |
| |||
62 | 63 | | |
63 | 64 | | |
64 | 65 | | |
65 | | - | |
66 | 66 | | |
67 | | - | |
68 | | - | |
69 | | - | |
| 67 | + | |
| 68 | + | |
70 | 69 | | |
71 | 70 | | |
72 | 71 | | |
| |||
0 commit comments