Refine search status updates and preview sizing
build-push / docker (push) Has been cancelled

This commit is contained in:
AI Assistant
2026-03-13 10:46:50 +09:00
parent d0fca7374d
commit fb865d0acb
3 changed files with 27 additions and 5 deletions
+3 -3
View File
@@ -79,9 +79,9 @@
<button id="closePreviewModal" class="rounded-full border border-white/10 px-3 py-2 text-xs uppercase tracking-[0.2em] text-zinc-300">Close</button>
</div>
<div class="mt-5 grid gap-5 md:grid-cols-[1.2fr_0.8fr]">
<div class="overflow-hidden rounded-3xl border border-white/10 bg-black/30">
<video id="previewVideo" class="hidden aspect-video h-full w-full bg-black object-cover" controls playsinline></video>
<img id="previewThumbnail" class="aspect-video h-full w-full object-cover" alt="" />
<div id="previewMediaFrame" class="flex min-h-[320px] items-center justify-center overflow-hidden rounded-3xl border border-white/10 bg-black/30 p-2">
<video id="previewVideo" class="hidden max-h-[60vh] w-full bg-black object-contain" controls playsinline></video>
<img id="previewThumbnail" class="max-h-[60vh] w-full object-contain" alt="" />
</div>
<div class="space-y-4">
<div class="rounded-2xl border border-white/10 bg-white/[0.03] p-4">