mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 12:38:26 +01:00
fix some issues :3
This commit is contained in:
parent
7d73b24b3e
commit
656ac3412a
1 changed files with 4 additions and 2 deletions
|
@ -618,7 +618,7 @@
|
||||||
Recommendations
|
Recommendations
|
||||||
</span></a>
|
</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><a style="text-decoration: none;color: #fff;word-wrap: anywhere;overflow: hidden;-webkit-box-orient: vertical;text-overflow: ellipsis;max-width: 178px;margin: auto;" href="/watch?v=<%=video.id%>&f=t" class="v-chip__content">
|
||||||
From <%=video.Channel.Name%> </span></a>
|
From <%=video.Channel.Name%> </span></a>
|
||||||
|
|
||||||
|
|
||||||
|
@ -637,7 +637,7 @@ From <%=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">
|
<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
|
Recommendations
|
||||||
</span></a>
|
</span></a>
|
||||||
<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">
|
<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="text-decoration: none;color: #fff;word-wrap: anywhere;overflow: hidden;-webkit-box-orient: vertical;text-overflow: ellipsis;max-width: 178px;margin: auto;" class="v-chip__content">
|
||||||
From <%=video.Channel.Name%> </span></a>
|
From <%=video.Channel.Name%> </span></a>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
@ -797,6 +797,7 @@ From <%=video.Channel.Name%> </span></a>
|
||||||
<% } %>
|
<% } %>
|
||||||
|
|
||||||
<% if (isMobile) { %>
|
<% if (isMobile) { %>
|
||||||
|
<% if (isMobile) { %>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
This Source Code Form is subject to the terms of the GNU General Public License:
|
This Source Code Form is subject to the terms of the GNU General Public License:
|
||||||
|
@ -2156,3 +2157,4 @@ More Epic options owo~
|
||||||
</body>
|
</body>
|
||||||
<% } %>
|
<% } %>
|
||||||
|
|
||||||
|
<% } %>
|
||||||
|
|
Loading…
Reference in a new issue