Commit a1224b0
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>1 parent 2168586 commit a1224b0
File tree
1 file changed
+6
-7
lines changed- packages/web/src/app/[domain]/askgh/[owner]/[repo]/components
1 file changed
+6
-7
lines changedLines 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