mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 07:38:24 +01:00
fix some stuff :3
This commit is contained in:
parent
c2625bd79d
commit
692fbf1d5d
1 changed files with 2 additions and 2 deletions
|
@ -504,7 +504,7 @@ video[counter].classList.add("shake");
|
||||||
Videos
|
Videos
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<a href="/web?query=<%=q%>" style="color:#fff;text-decoration:none;
|
<a href="/web?query=<%=q%>" style="color:#fff;text-decoration:none;display:none;
|
||||||
" class="tag c">
|
" class="tag c">
|
||||||
Web </a>
|
Web </a>
|
||||||
|
|
||||||
|
@ -552,7 +552,7 @@ font-weight: 1000;
|
||||||
<div style="display: inline-flex;flex-direction: row;min-width: 6em;gap: 4px;">
|
<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;">
|
<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>
|
<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;height: 2em;width: 13.5em;"><div style="display: flex;">
|
<a href="/web?query=<%= x.title %>" style="display:none;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>
|
<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>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue