Skip to content

Commit 98b1c0a

Browse files
committed
Improve mobile support
1 parent 7332a51 commit 98b1c0a

File tree

6 files changed

+407
-273
lines changed

6 files changed

+407
-273
lines changed

src/browser/components/app-shell.tsx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,8 +174,10 @@ export function AppShell() {
174174
</div>
175175

176176
{/* PR URL input & User menu */}
177-
<div className="h-full flex items-center gap-2 pr-3 app-no-drag">
178-
<PRUrlInput />
177+
<div className="h-full flex items-center gap-2 pr-2 sm:pr-3 app-no-drag">
178+
<div className="hidden sm:block">
179+
<PRUrlInput />
180+
</div>
179181
<UserMenuButton />
180182
</div>
181183
</div>

0 commit comments

Comments
 (0)