mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 04:08:39 +01:00
center align
This commit is contained in:
parent
498fc2f13d
commit
536616bcf0
1 changed files with 5 additions and 3 deletions
|
@ -376,12 +376,13 @@
|
|||
|
||||
<% } %>
|
||||
|
||||
<div class="channel-info-container">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<% if (!isMobile) { %>
|
||||
<div class="channel-info-container" style="text-align: center;">
|
||||
|
||||
<% if (j.Channel.Metadata.Banners.Thumbnail) { %>
|
||||
|
||||
<img src="https://p.poketube.fun/<%=j.Channel.Metadata.Banners.Thumbnail[2].$t%>">
|
||||
|
@ -399,7 +400,8 @@
|
|||
</div>
|
||||
<% } %>
|
||||
<% if (isMobile) { %>
|
||||
|
||||
<div class="channel-info-container" style="text-align: center;">
|
||||
|
||||
<% if (!tab) { %>
|
||||
<% if (j.Channel.Metadata.Banners.Thumbnail) { %>
|
||||
|
||||
|
|
Loading…
Reference in a new issue