Skip to content

Commit 32bd37f

Browse files
committed
fix: keep settings header compact on mobile
1 parent c28678a commit 32bd37f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ui/src/pages/settings.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ function SettingsShell() {
8484
];
8585

8686
return (
87-
<div className="grid min-h-dvh bg-background md:grid-cols-[240px_minmax(0,1fr)]">
87+
<div className="flex min-h-dvh flex-col bg-background md:grid md:grid-cols-[240px_minmax(0,1fr)]">
8888
<aside className="border-b border-border bg-sidebar px-4 py-4 md:border-b-0 md:border-r">
8989
<div className="mb-5">
9090
<BrandHeader />

0 commit comments

Comments
 (0)