style: adjust layout proportions

This commit is contained in:
sokol
2026-02-20 16:10:38 +03:00
parent 6e5a453c6f
commit 8cc66ea9d6

View File

@@ -114,7 +114,7 @@ function App() {
{envs.length > 0 ? ( {envs.length > 0 ? (
<div className="grid grid-cols-1 lg:grid-cols-12 gap-6"> <div className="grid grid-cols-1 lg:grid-cols-12 gap-6">
{/* Environment Panel */} {/* Environment Panel */}
<section className="lg:col-span-5 xl:col-span-4"> <section className="lg:col-span-4 xl:col-span-4">
<div className="sticky top-6"> <div className="sticky top-6">
<Environment <Environment
envs={envs} envs={envs}
@@ -127,7 +127,7 @@ function App() {
</section> </section>
{/* Content Panel */} {/* Content Panel */}
<section className="lg:col-span-7 xl:col-span-8"> <section className="lg:col-span-8 xl:col-span-8">
<Content <Content
env={currentEnv} env={currentEnv}
config={config} config={config}