fix: app page layout

This commit is contained in:
2026-03-01 12:20:15 +01:00
parent 2abbdf407f
commit f9db58122c
8 changed files with 8 additions and 8 deletions

View File

@@ -96,7 +96,7 @@ export function AnimationEditor() {
{/* ── Main layout ─────────────────────────────────────── */}
<div
className="grid grid-cols-1 lg:grid-cols-5 gap-4"
style={{ height: 'calc(100svh - 220px)' }}
style={{ height: 'calc(100svh - 180px)' }}
>
{/* Left: Settings + Properties */}

View File

@@ -123,7 +123,7 @@ export function ASCIIConverter() {
{/* ── Main layout ────────────────────────────────────────── */}
<div
className="grid grid-cols-1 lg:grid-cols-5 gap-4"
style={{ height: 'calc(100svh - 220px)' }}
style={{ height: 'calc(100svh - 180px)' }}
>
{/* Left panel: text input + font selector */}
<div

View File

@@ -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)' }}
style={{ height: 'calc(100svh - 180px)' }}
>
{/* Expression panel */}
<div

View File

@@ -123,7 +123,7 @@ function ColorManipulationContent() {
{/* ── Main layout ────────────────────────────────────────── */}
<div
className="grid grid-cols-1 lg:grid-cols-5 gap-4"
style={{ height: 'calc(100svh - 220px)' }}
style={{ height: 'calc(100svh - 180px)' }}
>
{/* Left panel: Picker + ColorInfo */}

View File

@@ -96,7 +96,7 @@ export function FaviconGenerator() {
{/* ── Main layout ─────────────────────────────────────── */}
<div
className="grid grid-cols-1 lg:grid-cols-5 gap-4"
style={{ height: 'calc(100svh - 220px)' }}
style={{ height: 'calc(100svh - 180px)' }}
>
{/* Left: Setup */}

View File

@@ -208,7 +208,7 @@ export function FileConverter() {
{/* ── Main layout ─────────────────────────────────────── */}
<div
className="grid grid-cols-1 lg:grid-cols-5 gap-4"
style={{ height: 'calc(100svh - 220px)' }}
style={{ height: 'calc(100svh - 180px)' }}
>
{/* Left: upload zone */}

View File

@@ -121,7 +121,7 @@ export function QRCodeGenerator() {
{/* ── Main layout ─────────────────────────────────────── */}
<div
className="grid grid-cols-1 lg:grid-cols-5 gap-4"
style={{ height: 'calc(100svh - 220px)' }}
style={{ height: 'calc(100svh - 180px)' }}
>
{/* Left: Input + Options */}

View File

@@ -115,7 +115,7 @@ export default function MainConverter() {
{/* ── Main layout ────────────────────────────────────────── */}
<div
className="grid grid-cols-1 lg:grid-cols-5 gap-4"
style={{ height: 'calc(100svh - 220px)' }}
style={{ height: 'calc(100svh - 180px)' }}
>
{/* Left panel: search + categories */}