mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-22 08:07:48 +01:00
fix stfuff :3
This commit is contained in:
parent
bbf52f0cd3
commit
150de7e80c
1 changed files with 13 additions and 15 deletions
|
@ -456,24 +456,22 @@ Web
|
|||
</div>
|
||||
<div class="video-list" >
|
||||
|
||||
<% results.forEach(x => { %>
|
||||
<% results.forEach((x, index) => { %>
|
||||
<div class="video" style="height: 7em;">
|
||||
|
||||
<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>
|
||||
<p style="color:gray;display: flex;flex-direction: column;width: 48em;margin-top: -8em;">
|
||||
<%= x.url %><br>
|
||||
<% if (!isMobile) { %>
|
||||
|
||||
<span class="search-result"><%- x.description %></span>
|
||||
<% } %>
|
||||
<% if (isMobile) { %>
|
||||
|
||||
<span class="search-result"><%- x.description %></span>
|
||||
<% } %>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<% }) %>
|
||||
|
||||
|
||||
</a>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in a new issue