1
Fork 0

fix stuff :3

This commit is contained in:
ashley 2024-08-28 14:53:03 +00:00
parent ac408b3dfa
commit d5e5c49f38

View file

@ -836,10 +836,9 @@ if your domain matches this code you are probably in poketube.fun owo:3
<div class="icon-button dropdown settings-icon">
<input type="checkbox" id="loggedout-dropdown" autocomplete="off">
<label for="loggedout-dropdown">
<i style="display: block;margin-left: auto;margin-right: auto;" class="fa-light fa-gear"></i>
<i style="display: block;margin-left: auto;margin-right: auto;" class="fa-light fa-grid-2"></i>
</label>
<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">
<i class="fa-light fa-brush"></i>
Customize PokeTube
@ -853,7 +852,10 @@ Account
<i class="fa-light fa-compass"></i>
Discover Poke
</a>
<a href="/maps" style="text-decoration: none;" class="dropdown__item">
<i class="fa-light fa-Map"></i>
Poke Maps
</a>
<a href="/apps" style="text-decoration: none;" class="dropdown__item">
<i class="fa-light fa-grid-2"></i>
Poke Apps </a>
@ -1916,7 +1918,7 @@ inv_vid?.recommendedVideos.forEach(video => {
</p>
<% } %>
<% } %> </details>
<% } %>
@ -1936,7 +1938,6 @@ inv_vid?.recommendedVideos.forEach(video => {
<div style="font-family:poketube flex,sans-serif;font-weight: 500;font-stretch: extra-expanded;" align="center">
<div>Options got Moved to the <i class="fa-light fa-gear loaded"></i> icon :3 </div>
</div>