Skip to content

Commit e27fb34

Browse files
Userclaude
authored andcommitted
fix(gateway): use full canvas width (was capped at max-w-5xl)
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent cae02db commit e27fb34

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/renderer/src/components/GatewayScreen.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export function GatewayScreen(): React.ReactElement {
7878

7979
return (
8080
<div className="relative h-full overflow-y-auto font-mono">
81-
<div className="mx-auto flex max-w-5xl flex-col gap-6 p-1 pb-16">
81+
<div className="flex w-full flex-col gap-6 px-8 py-1 pb-16">
8282
{/* Header */}
8383
<div className="flex items-center gap-3">
8484
<div className="flex h-10 w-10 items-center justify-center rounded-xl border border-neutral-700 bg-neutral-800">

0 commit comments

Comments
 (0)