mirror of
https://github.com/vibegif/vibegif.lol.git
synced 2026-04-07 02:12:12 +00:00
Feat: Remove size selector and simplify UI
This commit is contained in:
@@ -60,14 +60,6 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="grid grid-cols-2 gap-4">
|
|
||||||
<div class="flex flex-col gap-2">
|
|
||||||
<label class="text-xs text-neutral-400 uppercase tracking-wider">size</label>
|
|
||||||
<select id="sel-size" class="border border-neutral-300 rounded-lg px-3 py-2 bg-white focus:outline-none focus:ring-2 focus:ring-neutral-400">
|
|
||||||
<option value="1K">1K</option>
|
|
||||||
<option value="0.5K">0.5K (Gemini only)</option>
|
|
||||||
</select>
|
|
||||||
</div>
|
|
||||||
<div class="flex flex-col gap-2">
|
<div class="flex flex-col gap-2">
|
||||||
<label class="text-xs text-neutral-400 uppercase tracking-wider">aspect ratio</label>
|
<label class="text-xs text-neutral-400 uppercase tracking-wider">aspect ratio</label>
|
||||||
<select id="sel-ratio" class="border border-neutral-300 rounded-lg px-3 py-2 bg-white focus:outline-none focus:ring-2 focus:ring-neutral-400">
|
<select id="sel-ratio" class="border border-neutral-300 rounded-lg px-3 py-2 bg-white focus:outline-none focus:ring-2 focus:ring-neutral-400">
|
||||||
@@ -78,7 +70,6 @@
|
|||||||
<option value="3:2">3:2</option>
|
<option value="3:2">3:2</option>
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
|
|
||||||
<button id="btn-generate" class="bg-neutral-800 text-white rounded-lg px-6 py-3 hover:bg-neutral-700 transition flex items-center justify-center gap-2 text-lg">
|
<button id="btn-generate" class="bg-neutral-800 text-white rounded-lg px-6 py-3 hover:bg-neutral-700 transition flex items-center justify-center gap-2 text-lg">
|
||||||
<i data-lucide="sparkles" class="w-5 h-5"></i>
|
<i data-lucide="sparkles" class="w-5 h-5"></i>
|
||||||
|
|||||||
Reference in New Issue
Block a user