fix channel pages :3

This commit is contained in:
ashley 2024-07-15 14:58:32 +00:00
parent cd9786f699
commit 7ddbe0641a

View file

@ -701,7 +701,7 @@ height: 100%;
<div class="name" style="background: #333;border-radius: 12px;padding: 17px;height: 7em;margin-left: 4em;margin-top: 7px;gap: 3px;"> <div class="name" style="background: #333;border-radius: 12px;padding: 17px;height: 7em;margin-left: 4em;margin-top: 7px;gap: 3px;">
<p style="font-family:PokeTube Flex,sans-serif;font-weight:1000;font-stretch: ultra-expanded;margin-top: 16px;margin-bottom: 15px;"><%=j.Channel?.Metadata.Name%> <p style="font-family:PokeTube Flex,sans-serif;font-weight:1000;font-stretch: ultra-expanded;margin-top: 16px;margin-bottom: 15px;"><%=j.Channel?.Metadata.Name%>
<% if (cinv?.authorVerified) { %> <% if (firstVideo?.authorVerified) { %>
<span style="padding: 1px;padding-top: 2.5px !important;display: inline-flex;border-radius: 3px;"> <span style="padding: 1px;padding-top: 2.5px !important;display: inline-flex;border-radius: 3px;">
@ -711,7 +711,7 @@ height: 100%;
<% } %> <% } %>
<span style="font-size: 10px;color: gray;">@<%- cinv.authorId %>@youtube.com</span> <span style="font-size: 10px;color: gray;">@<%- cinv.authorId %>@youtube.com</span>
</p> </p>
<p style="margin-bottom: -17px;" class="subs"><%=subs%> subscribers - <%- pronoun %></p> <p style="margin-bottom: -17px;" class="subs"><%=firstVideo.subCountText%> subscribers - <%- pronoun %></p>
<p style="padding:0;font-weight:bold;max-inline-size: 37em;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;"> <p style="padding:0;font-weight:bold;max-inline-size: 37em;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;">
@ -1003,7 +1003,7 @@ width: fit-content;
<div class="name"> <div class="name">
<p style="font-family:PokeTube Flex,sans-serif;font-weight:1000;font-stretch: ultra-expanded;white-space:yes;"> <%=j.Channel?.Metadata.Name%> </p> <p style="font-family:PokeTube Flex,sans-serif;font-weight:1000;font-stretch: ultra-expanded;white-space:yes;"> <%=j.Channel?.Metadata.Name%> </p>
<p style="margin: -9px;"> <p style="margin: -9px;">
<%=subs%> subscribers - <%- pronoun %> <%=firstVideo.subCountText%> subscribers - <%- pronoun %>
</p> </p>
</div> </div>