1
Fork 0

fix some issues :3

This commit is contained in:
Ashley 2022-10-24 17:56:10 +02:00
parent b050a3ac87
commit 2c946bc3ba

View file

@ -618,7 +618,7 @@
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><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>
@ -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">
Recommendations
</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>
</a>
@ -797,6 +797,7 @@ From <%=video.Channel.Name%> </span></a>
<% } %>
<% if (isMobile) { %>
<% if (isMobile) { %>
<!--
This Source Code Form is subject to the terms of the GNU General Public License:
@ -2156,3 +2157,4 @@ More Epic options owo~
</body>
<% } %>
<% } %>