Update search.ejs

This commit is contained in:
Ashley 2022-06-24 10:47:40 +03:00 committed by GitHub
parent 9415685b27
commit b168a3677a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
<!--
<!--
This Source Code Form is subject to the terms of the GNU General Public License:
Copyright (C) 2021-2022 POKETUBE (https://github.com/iamashley0/poketube)
@ -67,7 +67,7 @@ summary:hover{
<a
href="/watch?v=<%= x.id %>"
class="thumbnail"
style="background-image: url('https://i.ytimg.com/vi/<%= x.id %>/hqdefault.jpg?sqp=-oaymwEXCNAFEJQDSFryq4qpAwkIARUAAIhCGAE=&amp;rs=AOn4CLBmAOZV7CM3NdDKlEFxGX7PpI5UWQ')"
style="background-image: url('https://i.ytimg.com/vi/<%= x.id %>/hqdefault.jpg?sqp=-oaymwEXCNAFEJQDSFryq4qpAwkIARUAAIhCGAE=&amp;rs=AOn4CLBmAOZV7CM3NdDKlEFxGX7PpI5UWQ');border-radius: 20px;"
><span class="video-length"><%=x.duration %></span></a>
<div class="info" style="color:#fff;text-align: left;">
<a style="color:#fff" href="/watch?v=<%= x.id %>" class="title max-lines-2"