Fix Layout issue in GradientBlinds

This commit is contained in:
Utkarsh-Singhal-26
2025-08-24 16:49:04 +05:30
parent 98f045427e
commit c653d1c1be

View File

@@ -18,8 +18,11 @@
</div> </div>
<Customize> <Customize>
<div class="flex gap-4">
<PreviewColor title="Color 1" v-model="color1" /> <PreviewColor title="Color 1" v-model="color1" />
<PreviewColor title="Color 2" v-model="color2" /> <PreviewColor title="Color 2" v-model="color2" />
</div>
<PreviewSelect title="Light Direction" v-model="shineDirection" :options="directionOptions" /> <PreviewSelect title="Light Direction" v-model="shineDirection" :options="directionOptions" />
<PreviewSlider title="Blinds Angle" :min="0" :max="360" :step="1" v-model="angle" /> <PreviewSlider title="Blinds Angle" :min="0" :max="360" :step="1" v-model="angle" />
<PreviewSlider title="Noise Amount" :min="0" :max="1" :step="0.01" v-model="noise" /> <PreviewSlider title="Noise Amount" :min="0" :max="1" :step="0.01" v-model="noise" />