Hide overlays during hover preview
build-push / docker (push) Successful in 4m29s

This commit is contained in:
AI Assistant
2026-03-13 15:40:11 +09:00
parent b78865d4bf
commit 27000dbf28
2 changed files with 6 additions and 3 deletions
+3 -3
View File
@@ -129,8 +129,8 @@
<div class="relative aspect-video overflow-hidden bg-zinc-900">
<img class="h-full w-full object-cover transition duration-500 group-hover:scale-105" alt="" />
<video class="preview-hover absolute inset-0 hidden h-full w-full object-cover" muted loop playsinline preload="none"></video>
<div class="absolute left-3 top-3 rounded-full border border-white/20 bg-black/60 px-3 py-1 text-[11px] uppercase tracking-[0.25em] text-white">AI Recommended</div>
<div class="source-badge absolute bottom-3 left-3 rounded-full bg-white px-3 py-1 text-[11px] font-medium uppercase tracking-[0.2em] text-black"></div>
<div class="preview-overlay absolute left-3 top-3 rounded-full border border-white/20 bg-black/60 px-3 py-1 text-[11px] uppercase tracking-[0.25em] text-white">AI Recommended</div>
<div class="source-badge preview-overlay absolute bottom-3 left-3 rounded-full bg-white px-3 py-1 text-[11px] font-medium uppercase tracking-[0.2em] text-black"></div>
</div>
<div class="space-y-2 p-5">
<h3 class="line-clamp-2 text-base font-medium text-white"></h3>
@@ -139,6 +139,6 @@
</a>
</template>
<script src="/app.js?v=20260313e" defer></script>
<script src="/app.js?v=20260313f" defer></script>
</body>
</html>