feat #8
@@ -113,8 +113,8 @@ 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 - Fixed 4/12 on all large screens */}
|
{/* Environment Panel - 5/12 width */}
|
||||||
<section className="lg:col-span-4 xl:col-span-4 2xl:col-span-3">
|
<section className="lg:col-span-5 xl:col-span-5 2xl:col-span-5">
|
||||||
<div className="sticky top-6">
|
<div className="sticky top-6">
|
||||||
<Environment
|
<Environment
|
||||||
envs={envs}
|
envs={envs}
|
||||||
@@ -126,8 +126,8 @@ function App() {
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
{/* Content Panel - Maximum width (8/12 → 9/12 on 2xl) */}
|
{/* Content Panel - 7/12 width */}
|
||||||
<section className="lg:col-span-8 xl:col-span-8 2xl:col-span-9">
|
<section className="lg:col-span-7 xl:col-span-7 2xl:col-span-7">
|
||||||
<Content
|
<Content
|
||||||
env={currentEnv}
|
env={currentEnv}
|
||||||
config={config}
|
config={config}
|
||||||
|
|||||||
Reference in New Issue
Block a user