mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 07:38:24 +01:00
Improvements owowowowowo
This commit is contained in:
parent
bd302a5a62
commit
f5faae4ddc
1 changed files with 16 additions and 3 deletions
|
@ -833,7 +833,7 @@ padding: 3px;
|
|||
margin: auto;
|
||||
overflow: hidden;
|
||||
z-index: 1;
|
||||
height: 13em;
|
||||
height: 16em;
|
||||
}
|
||||
#language-container .backtotop a {
|
||||
position: absolute;
|
||||
|
@ -996,10 +996,23 @@ padding: 3px;
|
|||
</a>
|
||||
|
||||
<div id="more-buttons" style="display: contents;">
|
||||
|
||||
<div style="padding: 1em;">
|
||||
<a href="/video/upload?from=" style=""><i class="fa-light fa-video" style="font-size: xx-large;background: #333;padding: 10px;border-radius: 50%;"></i>
|
||||
<span style="margin-left: 2.4em;font-weight: 1000;font-size: x-large;margin-top: -2em;font-family: "Poketube flex";font-stretch: ultra-expanded;">
|
||||
<span style="margin-left: 0em;font-weight: 1000;font-size: x-large;margin-top: 0em;font-family: "Poketube flex";font-stretch: ultra-expanded;">
|
||||
More Options :3
|
||||
</span>
|
||||
|
||||
|
||||
<a href="/video/upload?from=" style="padding-bottom:10em"><i class="fa-light fa-video" style="font-size: xx-large;background: #333;padding: 10px;border-radius: 50%;"></i>
|
||||
<span style="margin-left: 2.4em;font-weight: 500;font-size: x-large;margin-top: -2em;font-family: "Poketube flex";">
|
||||
Upload
|
||||
</span>
|
||||
</a>
|
||||
<br>
|
||||
|
||||
<a href="/privacy" style=""><i class="fa-light fa-shield" style="font-size: xx-large;background: #333;padding: 10px;border-radius: 50%;"></i>
|
||||
<span style="margin-left: 2.4em;font-weight: 500;font-size: x-large;margin-top: -2em;font-family: "Poketube flex";">
|
||||
Privacy
|
||||
</span>
|
||||
</a>
|
||||
|
||||
|
|
Loading…
Reference in a new issue