mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 11:18:29 +01:00
add search icon :3
This commit is contained in:
parent
ee1ae687b5
commit
f6cdf6ffc8
1 changed files with 3 additions and 0 deletions
|
@ -774,6 +774,8 @@ summary:hover{
|
||||||
<div class=right>
|
<div class=right>
|
||||||
|
|
||||||
<a href="/video/upload?from="><i class="fa-light fa-video"></i></a>
|
<a href="/video/upload?from="><i class="fa-light fa-video"></i></a>
|
||||||
|
<a href="?tab=search"><i class="fa-light fa-search"></i></a>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</nav>
|
</nav>
|
||||||
|
@ -805,6 +807,7 @@ summary:hover{
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<% } %>
|
<% } %>
|
||||||
|
|
||||||
<% if (tab === "music") { %>
|
<% if (tab === "music") { %>
|
||||||
|
|
||||||
<div class="tabs tabs-center">
|
<div class="tabs tabs-center">
|
||||||
|
|
Loading…
Reference in a new issue