mirror of
https://codeberg.org/ashley/poke
synced 2025-04-06 09:38:00 +00:00
center align
This commit is contained in:
parent
982ea0b216
commit
a0bb3402a5
@ -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) { %>
|
||||||
|
Loading…
Reference in New Issue
Block a user