1
0
Fork 0
mirror of https://codeberg.org/ashley/poke.git synced 2024-11-17 01:14:38 -05:00

fix stuff

This commit is contained in:
Ashley //// 2024-09-25 09:10:32 +00:00
parent c92caf80c5
commit 4bb8d742da

View file

@ -1111,7 +1111,7 @@ margin-left: auto;
<a class="tab active">Popular</a> <a class="tab active">Popular</a>
<a href="/app" class="tab Activw">Trends</a> <a href="/app" class="tab active">Trends</a>
</div> </div>
<% } %> <% } %>
<% if (!tab) { %> <% if (!tab) { %>
@ -1195,9 +1195,9 @@ Privacy
<% if (tab == "search") { %> <% if (tab == "search") { %>
<a href="/app"><-- </a><br> <a href="/app"><-- go back </a><br>
<span> <span>
Search morbillion amount of videos from poketube !! Search videos on poke !!
</span> </span>
<div class=search> <div class=search>
@ -1232,7 +1232,7 @@ Privacy
<div class="video-grid" style="background-color: var(--app-background);margin-top: -4em;"> <div class="video-grid" style="background-color: var(--app-background);margin-top: -4em;">
<span style="margin-bottom: -8em;margin-top: 8px;"> <span style="margin-bottom: -8em;margin-top: 8px;">
<%=j.Search.estimatedResults.toLocaleString()%> Results (estimated) <%=j.Search.estimatedResults.toLocaleString()%> Results
</span> </span>
<% j.Search.Results.Video.forEach(x => { %> <% j.Search.Results.Video.forEach(x => { %>