Skip to content

Commit 6a74e42

Browse files
committed
fix playground height on mobile
1 parent 7b9897b commit 6a74e42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/src/components/play-page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ export function PlayPage(): ReactElement {
9494
return (
9595
<div
9696
className={clsx(
97-
'h-[calc(100vh-var(--nextra-navbar-height)-54px)] md:h-[calc(100vh-var(--nextra-navbar-height)-68px)]',
97+
'h-[calc(100vh-var(--nextra-navbar-height))] md:h-[calc(100vh-var(--nextra-navbar-height)-68px)]',
9898
'flex flex-row bg-gradient-to-br from-fuchsia-200/60 via-pink-300/60 to-purple-300/60 dark:from-pink-800/30 dark:via-fuchsia-900/30 dark:to-purple-800/30 max-md:min-w-[1280px]',
9999
)}
100100
>

0 commit comments

Comments
 (0)