We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b9897b commit 6a74e42Copy full SHA for 6a74e42
website/src/components/play-page.tsx
@@ -94,7 +94,7 @@ export function PlayPage(): ReactElement {
94
return (
95
<div
96
className={clsx(
97
- 'h-[calc(100vh-var(--nextra-navbar-height)-54px)] md:h-[calc(100vh-var(--nextra-navbar-height)-68px)]',
+ 'h-[calc(100vh-var(--nextra-navbar-height))] md:h-[calc(100vh-var(--nextra-navbar-height)-68px)]',
98
'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]',
99
)}
100
>
0 commit comments