Skip to content

Commit cf86de2

Browse files
committed
adjust layout
1 parent d50518b commit cf86de2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/overlay/components/PurrfectDev.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export default function Coding() {
1212
<SocketStudioProvider client={client}>
1313
<Layout>
1414
<main className="grid grid-cols-[1fr_180px] w-full">
15-
<section className="grid grid-rows-[1fr_8px_100px] h-screen overflow-hidden">
15+
<section className="grid grid-rows-[1fr_8px_92px] h-screen overflow-hidden">
1616
<div />
1717
<div className="w-full h-2 bg-purple-900" />
1818
<div className="grid grid-cols-[1fr_100px] w-full bg-gradient-to-r to-purple-700 via-purple-500 from-pink-500">

0 commit comments

Comments
 (0)