mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 12:58:25 +01:00
fix div issues
This commit is contained in:
parent
195871618f
commit
3e911d41a5
1 changed files with 8 additions and 3 deletions
|
@ -255,7 +255,8 @@ PokeTube Player v09.09.22c - Node <%=process.version%> - V8 v<%=process.versions
|
|||
<% if (!video.Channel.Name.endsWith(' - Topic')) { %>
|
||||
|
||||
<% if (!f) { %>
|
||||
<div style="display: flex;column-gap: 2.5px;align-self: center;" align="center">
|
||||
<div style="display: flex;column-gap: 2.5px;align-self: center;" align="center">
|
||||
|
||||
<span tabindex="0" draggable="false" style="font-weight: bold;" class="v-chip v-chip--clickable v-chip--active v-chip--no-color theme--dark v-size--default"><a class="v-chip__content">
|
||||
Recommendations
|
||||
</span></a>
|
||||
|
@ -264,6 +265,10 @@ PokeTube Player v09.09.22c - Node <%=process.version%> - V8 v<%=process.versions
|
|||
From <%=video.Channel.Name%> </span></a><% } %>
|
||||
</a>
|
||||
|
||||
<% if (!f) { %>
|
||||
|
||||
</div>
|
||||
<% } %>
|
||||
|
||||
<% } %>
|
||||
<% if (f) { %>
|
||||
|
|
Loading…
Reference in a new issue