Lower max length for thumbnail

This commit is contained in:
WardPearce
2024-10-01 14:09:49 +13:00
parent ea59078800
commit a9f2626cce
@@ -493,7 +493,7 @@
alt="Channel profile"
/>
<div>
<p style="margin: 0;" class="bold">{truncate(data.video.author, 24)}</p>
<p style="margin: 0;" class="bold">{truncate(data.video.author, 16)}</p>
<p style="margin: 0;">{data.video.subCountText}</p>
</div>
</nav>