mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 12:38:26 +01:00
center align
This commit is contained in:
parent
982ea0b216
commit
a0bb3402a5
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,6 +400,7 @@
|
|||
</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