mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-22 21:17:58 +01:00
remove useless buttons :^
This commit is contained in:
parent
56e66dbf10
commit
adbf2784fc
1 changed files with 1 additions and 7 deletions
|
@ -1038,12 +1038,7 @@ Offical Discord Server! :3
|
||||||
<div id="loopOption">
|
<div id="loopOption">
|
||||||
<i class="fa-light fa-repeat"> </i> Loop Video
|
<i class="fa-light fa-repeat"> </i> Loop Video
|
||||||
</div>
|
</div>
|
||||||
<div id="muteOption">
|
|
||||||
<i class="fa-light fa-volume-xmark"> </i> Set volume to <span id="new">0%</span> (currently <span id="current">100%</span>)
|
|
||||||
</div>
|
|
||||||
<div id="syncOption">
|
|
||||||
<i class="fa-light fa-rotate"> </i> Sync Audio/Video
|
|
||||||
autoplay </div>
|
|
||||||
<div id="speedOption">
|
<div id="speedOption">
|
||||||
<i class="fa-light fa-gauge"></i> Speed: 1.00x
|
<i class="fa-light fa-gauge"></i> Speed: 1.00x
|
||||||
</div>
|
</div>
|
||||||
|
@ -1160,7 +1155,6 @@ Offical Discord Server! :3
|
||||||
|
|
||||||
|
|
||||||
<a onclick="toggleTheaterMode()" class="theather"><i class="fa-sharp fa-light fa-up-right-and-down-left-from-center"></i> Theater</a>
|
<a onclick="toggleTheaterMode()" class="theather"><i class="fa-sharp fa-light fa-up-right-and-down-left-from-center"></i> Theater</a>
|
||||||
<a onclick="document.documentElement.requestFullscreen()" class="theather"><i class="fa-sharp fa-light fa-up-right-and-down-left-from-center"></i> Full screen</a>
|
|
||||||
|
|
||||||
<% if (inv.comments) { %>
|
<% if (inv.comments) { %>
|
||||||
<input type="checkbox" class="hj" id="j" style="display:none">
|
<input type="checkbox" class="hj" id="j" style="display:none">
|
||||||
|
|
Loading…
Reference in a new issue