feat #8
@@ -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}
|
||||||
|
|||||||
Reference in New Issue
Block a user