1
Fork 0

fix div issues

This commit is contained in:
Ashley 2022-09-13 20:12:07 +02:00
parent 195871618f
commit 3e911d41a5

View file

@ -255,7 +255,8 @@ PokeTube Player v09.09.22c - Node <%=process.version%> - V8 v<%=process.versions
<% if (!video.Channel.Name.endsWith(' - Topic')) { %> <% if (!video.Channel.Name.endsWith(' - Topic')) { %>
<% 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) { %>