1
Fork 0

add border radius hell yeah :3

This commit is contained in:
Ashley 2023-11-06 17:07:58 +00:00
parent bfbead2c94
commit a29939ef64

View file

@ -493,7 +493,7 @@ Discover Popular videos on poketube!
<div class="video-grid">
<div class="video-grid" style="border-radius:12px">
<% inv.forEach(x => { %>
<a href="/watch?v=<%- x.videoId %>" class="video">
<div class="thumbnail" style="background-image: url('https://p.poketube.fun/https://i.ytimg.com/vi/<%= x.videoId %>/hqdefault.jpg?sqp=-oaymwEbCKgBEF5IVfKriqkDDggBFQAAiEIYAXABwAEG&rs=AOn4CLBy_x4UUHLNDZtJtH0PXeQGoRFTgw');border-radius: 10px;"><span class="video-length"><%- turntomins(x.lengthSeconds) %></span></div>