mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 08:38:24 +01:00
fix a goofy ahh issue
This commit is contained in:
parent
1bc29693bb
commit
ac6b0e1314
1 changed files with 1 additions and 1 deletions
|
@ -179,7 +179,7 @@ summary:hove
|
|||
|
||||
<div class="playlist-page">
|
||||
<div class="playlist-info" style="border-radius:12px;font-family:'Inter';margin: 8px;padding: 18px;background: linear-gradient(135deg, #f97794 10%, #623aa2 100%, #8e6f7e 100% );width: fit-content;height: fit-content;">
|
||||
<div class="thumbnail" style="background-image: url('https://i.ytimg.com/vi/jx4CuNiTMcg/hqdefault.jpg');border-radius: 1em;">
|
||||
<div class="thumbnail" style="background-image: url(''https://i.ytimg.com/vi/<%=video.id%>/hqdefault.jpg');border-radius: 1em;">
|
||||
<a style="border-radius: 1em;" href="/watch?v=<%=video.id%>">Watch The Video</a>
|
||||
</div>
|
||||
<p class="title" style="margin-top: 10px;margin-bottom: 10px;"><%=video.Title%></p>
|
||||
|
|
Loading…
Reference in a new issue