1
Fork 0

center align

This commit is contained in:
Ashley 2022-09-24 12:58:09 +02:00
parent 498fc2f13d
commit 536616bcf0

View file

@ -376,12 +376,13 @@
<% } %> <% } %>
<div class="channel-info-container">
<% if (!isMobile) { %> <% if (!isMobile) { %>
<div class="channel-info-container" style="text-align: center;">
<% if (j.Channel.Metadata.Banners.Thumbnail) { %> <% if (j.Channel.Metadata.Banners.Thumbnail) { %>
<img src="https://p.poketube.fun/<%=j.Channel.Metadata.Banners.Thumbnail[2].$t%>"> <img src="https://p.poketube.fun/<%=j.Channel.Metadata.Banners.Thumbnail[2].$t%>">
@ -399,6 +400,7 @@
</div> </div>
<% } %> <% } %>
<% if (isMobile) { %> <% if (isMobile) { %>
<div class="channel-info-container" style="text-align: center;">
<% if (!tab) { %> <% if (!tab) { %>
<% if (j.Channel.Metadata.Banners.Thumbnail) { %> <% if (j.Channel.Metadata.Banners.Thumbnail) { %>