mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-22 10:07:48 +01:00
fix silly issues
This commit is contained in:
parent
c8b1c644d1
commit
1938f35856
1 changed files with 4 additions and 4 deletions
|
@ -458,15 +458,15 @@ Web
|
|||
<% results.forEach(x => { %>
|
||||
<div class="video" style="height: 6em;">
|
||||
|
||||
<a style="min-width: 81em;" href="<%= x.link %>"><%= x.title %></a><br>
|
||||
<p style="color:gray;display: flex;flex-direction: column;width: 48em;margin-top: -8em;"><%= x.link %><br>
|
||||
<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>
|
||||
<% if (!isMobile) { %>
|
||||
|
||||
<span style="color:white;width: 48em;display: flex;"><%= x.snippet %></span>
|
||||
<span style="color:white;width: 48em;display: flex;"><%= x.description %></span>
|
||||
<% } %>
|
||||
<% if (isMobile) { %>
|
||||
|
||||
<span style="color:white;max-width: 15em;display: flex;"><%= x.snippet %></span>
|
||||
<span style="color:white;max-width: 15em;display: flex;"><%= x.description %></span>
|
||||
<% } %>
|
||||
</p>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue