mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 11:18:29 +01:00
new buttons :3
This commit is contained in:
parent
867494e6a1
commit
41b8db82bf
1 changed files with 3 additions and 4 deletions
|
@ -626,13 +626,12 @@ PokeTube Player v08.31.22 - Node <%=process.version%> - V8 engine v<%=process.ve
|
|||
|
||||
<% if (!r) { %>
|
||||
<hr style="clear: both;display: block;border: none;border-bottom: 0.5px solid #2f2f2f;margin: 0 0;/*! width: 4.5em; */height: 0;">
|
||||
|
||||
<% if (!f) { %>
|
||||
<div style="display: flex;column-gap: 2.5px;align-self: center;" align="center">
|
||||
<span tabindex="0" draggable="false" 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
|
||||
</span></a>
|
||||
<span tabindex="0" draggable="false" class="v-chip v-chip--clickable v-chip--no-color theme--dark v-size--default"><a style="color:#fff;text-decoration: none;" href="/watch?v=<%=video.id%>&f=t" class="v-chip__content">
|
||||
<span tabindex="0" draggable="false" class="v-chip v-chip--clickable v-chip--no-color theme--dark v-size--default"> <a style="color:#fff;text-decoration: none;" href="/watch?v=<%=video.id%>&f=t" class="v-chip__content">
|
||||
By <%=video.Channel.Name%> </span></a>
|
||||
</a>
|
||||
|
||||
|
@ -645,7 +644,7 @@ By <%=video.Channel.Name%> </span></a>
|
|||
<span tabindex="0" draggable="false" class="v-chip v-chip--clickable v-chip--active v-chip--no-color theme--dark v-size--default"><a href="/watch?v=<%=video.id%>" style="color:#fff;text-decoration:none;" class="v-chip__content">
|
||||
Recommendations
|
||||
</span></a>
|
||||
<span tabindex="0" draggable="false" class="v-chip v-chip--clickable v-chip--no-color theme--dark v-size--default"><a style="color:#fff;text-decoration: none;" class="v-chip__content">
|
||||
<span tabindex="0" draggable="false" class="v-chip v-chip--clickable v-chip--no-color theme--dark v-size--default" style="font-weight: bold;" ><a style="color:#fff;text-decoration: none;" class="v-chip__content">
|
||||
By <%=video.Channel.Name%> </span></a>
|
||||
</a>
|
||||
|
||||
|
|
Loading…
Reference in a new issue