mirror of
https://codeberg.org/ashley/poke.git
synced 2025-01-18 17:43:29 -05:00
fix stuff - make stuff good
This commit is contained in:
parent
b42ad79716
commit
4c6f21c5ee
1 changed files with 4 additions and 7 deletions
|
@ -813,8 +813,7 @@ if your domain matches this code you are probably in poketube.fun owo:3
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div class="right">
|
<div class="right">
|
||||||
<span style="margin-right: 8px;"><i class="fa-light fa-coin"></i> 0 </span>
|
<p id="fetch-count">
|
||||||
<p id="fetch-count">
|
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<a class="settings-icon" href="<%= config.mastodon_client_url %>/share?text=watch+<%=inv_vid.title%>+by+<%=k.Video.Channel.Name%>+on+Poke!+%0Ahttps://<%= hostname %>/watch?v=<%=inv_vid.videoId%>"><i class="fa-brands fa-mastodon"></i>
|
<a class="settings-icon" href="<%= config.mastodon_client_url %>/share?text=watch+<%=inv_vid.title%>+by+<%=k.Video.Channel.Name%>+on+Poke!+%0Ahttps://<%= hostname %>/watch?v=<%=inv_vid.videoId%>"><i class="fa-brands fa-mastodon"></i>
|
||||||
|
@ -969,7 +968,7 @@ Offical Discord Server! :3
|
||||||
<i class="fa-light fa-download"></i> Download Video (360p)</a>
|
<i class="fa-light fa-download"></i> Download Video (360p)</a>
|
||||||
</div> <div >
|
</div> <div >
|
||||||
|
|
||||||
<a href="/download?id=<%=inv_vid.videoId%>" style="color: #fff;">
|
<a href="/download?v=<%=inv_vid.videoId%>" style="color: #fff;">
|
||||||
<i class="fa-light fa-download"></i> Download - Moar Options</a>
|
<i class="fa-light fa-download"></i> Download - Moar Options</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -1819,7 +1818,7 @@ WIP! </a>
|
||||||
|
|
||||||
<% } %>
|
<% } %>
|
||||||
|
|
||||||
<div style="text-align: left;" class="auto-play">
|
<div style="text-align: left;display:none" class="auto-play">
|
||||||
<label title="autoplay the next video" for="continue">AutoPlay:</label>
|
<label title="autoplay the next video" for="continue">AutoPlay:</label>
|
||||||
<input title="autoplay the next video" name="continue" id="continue" type="checkbox" >
|
<input title="autoplay the next video" name="continue" id="continue" type="checkbox" >
|
||||||
</div>
|
</div>
|
||||||
|
@ -1835,9 +1834,7 @@ WIP! </a>
|
||||||
|
|
||||||
<div class="tags rec" style="margin-left:auto">
|
<div class="tags rec" style="margin-left:auto">
|
||||||
|
|
||||||
<div class="tag" style="background:none">
|
|
||||||
check these out !!!
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue