added options :3

This commit is contained in:
Ashley 2023-05-16 18:02:48 +00:00
parent c6d7f65f08
commit c7c60e663e

View file

@ -587,9 +587,10 @@ But Please note that unofficial instances can add the same lock icon, so please
<div class="icon-button dropdown" style="margin-right: 4.5px;"> <div class="icon-button dropdown" style="margin-right: 4.5px;">
<input type="checkbox" id="loggedout-dropdown" autocomplete="off"> <input type="checkbox" id="loggedout-dropdown" autocomplete="off">
<label for="loggedout-dropdown"> <label for="loggedout-dropdown">
<i style="display: block;margin-left: auto;margin-right: auto;" class="fa-light fa-ellipsis-vertical"></i> <i style="display: block;margin-left: auto;margin-right: auto;" class="fa-light fa-gear"></i>
</label> </label>
<div class="dropdown__menu" style="right: -1em;"> <div class="dropdown__menu" style="right: -1em;">
<div class="video-title" style="color:var(--text-color);font-family:var(--text-font-primary);;font-weight:var(--text-header-weight);font-stretch: extra-expanded;margin-top: 0px;margin-bottom: -3px;font-size: larger;line-height: 20.7px;text-align: center;">Options</div>
<a href="/customize" style="text-decoration: none;" class="dropdown__item"> <a href="/customize" style="text-decoration: none;" class="dropdown__item">
<i class="fa-light fa-brush"></i> <i class="fa-light fa-brush"></i>
Customize PokeTube Customize PokeTube
@ -597,17 +598,6 @@ But Please note that unofficial instances can add the same lock icon, so please
<a href="/video/upload" style="text-decoration: none;" class="dropdown__item">
<i class="fa-light fa-video"></i>
Upload
</a>
<a href="/embed/<%=inv_vid.videoId%>?type=copy_code" style="text-decoration: none;" class="dropdown__item">
<i class="fa-light fa-code"></i>
View embed code
</a>
<% if (!a) { %> <% if (!a) { %>
<a href="/watch?v=<%=inv_vid.videoId%>&a=false" title="Ambient mode uses a lighting effect to make watching videos more immersive by casting gentle colors from the video into your screen’s background! owo" style="text-decoration: none;" class="dropdown__item"> <a href="/watch?v=<%=inv_vid.videoId%>&a=false" title="Ambient mode uses a lighting effect to make watching videos more immersive by casting gentle colors from the video into your screen’s background! owo" style="text-decoration: none;" class="dropdown__item">
@ -645,6 +635,21 @@ Upload
<% } %> <% } %>
<hr style="clear: both;display: block;border: none;border-bottom: 0.5px solid #1a1111;width: 16.5em;height: 0;">
<a href="/video/upload" style="text-decoration: none;" class="dropdown__item">
<i class="fa-light fa-video"></i>
Upload
</a>
<a href="/embed/<%=inv_vid.videoId%>?type=copy_code" style="text-decoration: none;" class="dropdown__item">
<i class="fa-light fa-code"></i>
View embed code
</a>
<hr style="clear: both;display: block;border: none;border-bottom: 0.5px solid #1a1111;width: 16.5em;height: 0;"> <hr style="clear: both;display: block;border: none;border-bottom: 0.5px solid #1a1111;width: 16.5em;height: 0;">
@ -652,7 +657,10 @@ Upload
<i class="fa-light fa-circle-info"></i> <i class="fa-light fa-circle-info"></i>
Version Version
</a> </a>
<a href="https://codeberg.org/ashley/poketube" style="text-decoration: none;color:#fff;" class="dropdown__item">
<i class="fa-light fa-circle-info"></i>
About
</a>
</div> </div>
</div> </div>