Fix author gap

This commit is contained in:
WardPearce
2024-09-16 00:40:38 +12:00
parent 993636659f
commit 387e6bc63b
@@ -491,8 +491,8 @@
<img class="circle large" src={pfp} alt="Channel profile" />
{/await}
<div>
<p class="bold">{data.video.author}</p>
<p>{data.video.subCountText}</p>
<p style="margin: 0;" class="bold">{data.video.author}</p>
<p style="margin: 0;">{data.video.subCountText}</p>
</div>
</nav>
</a>