1
Fork 0

add the div

This commit is contained in:
Ashley //// 2024-04-27 15:07:51 +00:00
parent f0fd776104
commit 82e838438d

View file

@ -1588,7 +1588,6 @@ width: fit-content;
<% if (cinv.descriptionHtml) { %>
<p style="color:#fff;margin-left: 10px;font-weight: bold;text-align: left;"><%-cinv.descriptionHtml%></p>
</div>
<% if (Array.isArray(cinv?.tags)) { %>
<div class="video-title" style="background: #272727;color:var(--text-color);font-family:var(--text-font-primary);;font-weight:var(--text-header-weight);font-stretch: extra-expanded;margin-top: 10px;margin-bottom: -10px;padding: 10px;border-top-left-radius: 11px;border-top-right-radius: 11px;">Tags</div>
<div class="tags-channel" style="padding: 10px;background: #272727;margin-top: 10px;border-bottom-left-radius: 11px;border-bottom-right-radius:11px;">
@ -1600,6 +1599,8 @@ width: fit-content;
</a>
</div> <% }) %>
<% } %>
</div>
<% } %>