update margin-bottom in the comment section

this fixes the "Go To Top" almost overlapping a bit with another text when there are no comments under a video.
This commit is contained in:
Shavix 2024-08-21 09:52:13 +00:00
parent 8a67797707
commit 6bf345e94f

View file

@ -1769,7 +1769,7 @@ WIP! </a>
<div class="comments-class-or-something-i-cant-find-a-name-lol">
<a id="comments-container"></a>
<div style="text-align: center;margin-bottom: -1em;">
<div style="text-align: center;margin-bottom: .5em;">
<h5 style="font-family:var(--text-font-primary);font-weight:var(--text-header-weight);white-space:yes;font-stretch: ultra-expanded;margin-bottom: 11px;margin-top: 6px;padding-top: 10px;">
YouTube Comments <span style="font-family: inter;font-weight: 900;text-transform: lowercase;margin: 1px;">- <% if (!isNaN(inv.commentCount)) { %> <%= inv.commentCount.toLocaleString() %> <% } else { %> 0 <% } %> Comments </span>
</h5>