fix: app page layout
This commit is contained in:
@@ -96,7 +96,7 @@ export function AnimationEditor() {
|
|||||||
{/* ── Main layout ─────────────────────────────────────── */}
|
{/* ── Main layout ─────────────────────────────────────── */}
|
||||||
<div
|
<div
|
||||||
className="grid grid-cols-1 lg:grid-cols-5 gap-4"
|
className="grid grid-cols-1 lg:grid-cols-5 gap-4"
|
||||||
style={{ height: 'calc(100svh - 220px)' }}
|
style={{ height: 'calc(100svh - 180px)' }}
|
||||||
>
|
>
|
||||||
|
|
||||||
{/* Left: Settings + Properties */}
|
{/* Left: Settings + Properties */}
|
||||||
|
|||||||
@@ -123,7 +123,7 @@ export function ASCIIConverter() {
|
|||||||
{/* ── Main layout ────────────────────────────────────────── */}
|
{/* ── Main layout ────────────────────────────────────────── */}
|
||||||
<div
|
<div
|
||||||
className="grid grid-cols-1 lg:grid-cols-5 gap-4"
|
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 */}
|
{/* Left panel: text input + font selector */}
|
||||||
<div
|
<div
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ export default function Calculator() {
|
|||||||
{/* Main layout — side-by-side on lg, tabbed on mobile */}
|
{/* Main layout — side-by-side on lg, tabbed on mobile */}
|
||||||
<div
|
<div
|
||||||
className="grid grid-cols-1 lg:grid-cols-5 gap-4"
|
className="grid grid-cols-1 lg:grid-cols-5 gap-4"
|
||||||
style={{ height: 'calc(100svh - 220px)' }}
|
style={{ height: 'calc(100svh - 180px)' }}
|
||||||
>
|
>
|
||||||
{/* Expression panel */}
|
{/* Expression panel */}
|
||||||
<div
|
<div
|
||||||
|
|||||||
@@ -123,7 +123,7 @@ function ColorManipulationContent() {
|
|||||||
{/* ── Main layout ────────────────────────────────────────── */}
|
{/* ── Main layout ────────────────────────────────────────── */}
|
||||||
<div
|
<div
|
||||||
className="grid grid-cols-1 lg:grid-cols-5 gap-4"
|
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 */}
|
{/* Left panel: Picker + ColorInfo */}
|
||||||
|
|||||||
@@ -96,7 +96,7 @@ export function FaviconGenerator() {
|
|||||||
{/* ── Main layout ─────────────────────────────────────── */}
|
{/* ── Main layout ─────────────────────────────────────── */}
|
||||||
<div
|
<div
|
||||||
className="grid grid-cols-1 lg:grid-cols-5 gap-4"
|
className="grid grid-cols-1 lg:grid-cols-5 gap-4"
|
||||||
style={{ height: 'calc(100svh - 220px)' }}
|
style={{ height: 'calc(100svh - 180px)' }}
|
||||||
>
|
>
|
||||||
|
|
||||||
{/* Left: Setup */}
|
{/* Left: Setup */}
|
||||||
|
|||||||
@@ -208,7 +208,7 @@ export function FileConverter() {
|
|||||||
{/* ── Main layout ─────────────────────────────────────── */}
|
{/* ── Main layout ─────────────────────────────────────── */}
|
||||||
<div
|
<div
|
||||||
className="grid grid-cols-1 lg:grid-cols-5 gap-4"
|
className="grid grid-cols-1 lg:grid-cols-5 gap-4"
|
||||||
style={{ height: 'calc(100svh - 220px)' }}
|
style={{ height: 'calc(100svh - 180px)' }}
|
||||||
>
|
>
|
||||||
|
|
||||||
{/* Left: upload zone */}
|
{/* Left: upload zone */}
|
||||||
|
|||||||
@@ -121,7 +121,7 @@ export function QRCodeGenerator() {
|
|||||||
{/* ── Main layout ─────────────────────────────────────── */}
|
{/* ── Main layout ─────────────────────────────────────── */}
|
||||||
<div
|
<div
|
||||||
className="grid grid-cols-1 lg:grid-cols-5 gap-4"
|
className="grid grid-cols-1 lg:grid-cols-5 gap-4"
|
||||||
style={{ height: 'calc(100svh - 220px)' }}
|
style={{ height: 'calc(100svh - 180px)' }}
|
||||||
>
|
>
|
||||||
|
|
||||||
{/* Left: Input + Options */}
|
{/* Left: Input + Options */}
|
||||||
|
|||||||
@@ -115,7 +115,7 @@ export default function MainConverter() {
|
|||||||
{/* ── Main layout ────────────────────────────────────────── */}
|
{/* ── Main layout ────────────────────────────────────────── */}
|
||||||
<div
|
<div
|
||||||
className="grid grid-cols-1 lg:grid-cols-5 gap-4"
|
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 */}
|
{/* Left panel: search + categories */}
|
||||||
|
|||||||
Reference in New Issue
Block a user