mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 04:08:39 +01:00
add search on web button to search :^
This commit is contained in:
parent
ea7ca735a0
commit
e1a38eba0e
1 changed files with 2 additions and 2 deletions
|
@ -549,10 +549,10 @@ font-weight: 1000;
|
|||
<a href="/channel?id=<%= x.authorId %>"><%=x.author %><% if (x?.authorVerified) { %>
|
||||
<i class="icon ion ion-md-checkmark-circle" title="verified channel"></i><% } %>
|
||||
</a>
|
||||
<div>
|
||||
<div style="display: inline-flex;flex-direction: row;min-width: 6em;gap: 4px;">
|
||||
<a href="/download?v=<%= x.videoId %>" style="background: #333;width: 7.6em;border-radius: 18px;"><div style="display: flex;">
|
||||
<i class="fa-light fa-download" style="display: flex;font-size: 16px;padding: 5px;border-radius: 18px;margin-left: 2px;"> </i><span style="margin-top: 6px;">Download</span></div> </a>
|
||||
<a href="/web?query=<%= x.title %>" style="background: #333;width: 7.6em;border-radius: 18px;"><div style="display: flex;">
|
||||
<a href="/web?query=<%= x.title %>" style="background: #333;width: 7.6em;border-radius: 18px;height: 2em;width: 13.5em;"><div style="display: flex;">
|
||||
<i class="fa-light fa-search" style="display: flex;font-size: 16px;padding: 5px;border-radius: 18px;margin-left: 2px;"> </i><span style="margin-top: 6px;">Search Title On Web :3</span></div> </a>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue