mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 03:48:35 +01:00
fix channel pages :3
This commit is contained in:
parent
cd9786f699
commit
7ddbe0641a
1 changed files with 3 additions and 3 deletions
|
@ -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;">
|
||||
<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;">
|
||||
|
||||
|
||||
|
@ -711,7 +711,7 @@ height: 100%;
|
|||
<% } %>
|
||||
<span style="font-size: 10px;color: gray;">@<%- cinv.authorId %>@youtube.com</span>
|
||||
</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;">
|
||||
|
||||
|
@ -1003,7 +1003,7 @@ width: fit-content;
|
|||
<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="margin: -9px;">
|
||||
<%=subs%> subscribers - <%- pronoun %>
|
||||
<%=firstVideo.subCountText%> subscribers - <%- pronoun %>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue