mirror of
https://codeberg.org/ashley/poke
synced 2025-04-05 00:57:59 +00:00
fix height :3
This commit is contained in:
parent
8b52cddd22
commit
165c6a53ae
@ -456,7 +456,7 @@ Web
|
||||
<div class="video-list" >
|
||||
|
||||
<% results.forEach(x => { %>
|
||||
<div class="video" style="height: 6em;">
|
||||
<div class="video" style="height: 8em;">
|
||||
|
||||
<a style="min-width: 81em;" href="<%= x.url %>"><%= x.title %></a><br>
|
||||
<p style="color:gray;display: flex;flex-direction: column;width: 48em;margin-top: -8em;"><%= x.url %><br>
|
||||
|
Loading…
Reference in New Issue
Block a user