fix: app page layout
This commit is contained in:
@@ -34,7 +34,7 @@ export default function Calculator() {
|
||||
{/* Main layout — side-by-side on lg, tabbed on mobile */}
|
||||
<div
|
||||
className="grid grid-cols-1 lg:grid-cols-5 gap-4"
|
||||
style={{ height: 'calc(100svh - 220px)', minHeight: '620px' }}
|
||||
style={{ height: 'calc(100svh - 220px)' }}
|
||||
>
|
||||
{/* Expression panel */}
|
||||
<div
|
||||
|
||||
Reference in New Issue
Block a user