mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-29 16:08:53 +01:00
fix stuff :3
This commit is contained in:
parent
ac408b3dfa
commit
d5e5c49f38
1 changed files with 6 additions and 5 deletions
|
@ -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">
|
<div class="icon-button dropdown settings-icon">
|
||||||
<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-gear"></i>
|
<i style="display: block;margin-left: auto;margin-right: auto;" class="fa-light fa-grid-2"></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
|
||||||
|
@ -853,7 +852,10 @@ Account
|
||||||
<i class="fa-light fa-compass"></i>
|
<i class="fa-light fa-compass"></i>
|
||||||
Discover Poke
|
Discover Poke
|
||||||
</a>
|
</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">
|
<a href="/apps" style="text-decoration: none;" class="dropdown__item">
|
||||||
<i class="fa-light fa-grid-2"></i>
|
<i class="fa-light fa-grid-2"></i>
|
||||||
Poke Apps </a>
|
Poke Apps </a>
|
||||||
|
@ -1916,7 +1918,7 @@ inv_vid?.recommendedVideos.forEach(video => {
|
||||||
</p>
|
</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 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>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue