1
Fork 0

fix some stuff :3

This commit is contained in:
ashley 2024-07-06 09:48:02 +00:00
parent c2625bd79d
commit 692fbf1d5d

View file

@ -504,7 +504,7 @@ video[counter].classList.add("shake");
Videos
</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">
Web </a>
@ -552,7 +552,7 @@ font-weight: 1000;
<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;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>
</div>
</div>