mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-26 15:18:25 +01:00
fix div issues
This commit is contained in:
parent
ae7f2046b9
commit
7fd507b2ac
1 changed files with 8 additions and 3 deletions
|
@ -256,6 +256,7 @@ PokeTube Player v09.09.22c - Node <%=process.version%> - V8 v<%=process.versions
|
||||||
|
|
||||||
<% if (!f) { %>
|
<% 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">
|
<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
|
Recommendations
|
||||||
</span></a>
|
</span></a>
|
||||||
|
@ -264,6 +265,10 @@ PokeTube Player v09.09.22c - Node <%=process.version%> - V8 v<%=process.versions
|
||||||
From <%=video.Channel.Name%> </span></a><% } %>
|
From <%=video.Channel.Name%> </span></a><% } %>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
<% if (!f) { %>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<% } %>
|
||||||
|
|
||||||
<% } %>
|
<% } %>
|
||||||
<% if (f) { %>
|
<% if (f) { %>
|
||||||
|
|
Loading…
Reference in a new issue