Hide tooltips on mobile, sort comments ascending, make video embeds rounded

This commit is contained in:
Jon Staab
2026-01-06 10:00:35 -08:00
parent 2c62749d9b
commit 0d6b4591f1
10 changed files with 29 additions and 12 deletions
+1 -1
View File
@@ -41,7 +41,7 @@
<Link {external} {href} class="my-2 block">
<div class="overflow-hidden rounded-box">
{#if url.match(/\.(mov|webm|mp4)$/)}
<video controls src={url} class="max-h-96 object-contain object-center">
<video controls src={url} class="max-h-96 rounded-box object-contain object-center">
<track kind="captions" />
</video>
{:else if url.match(/\.(jpe?g|png|gif|webp)$/)}