mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 09:18:27 +01:00
Improvements owowowowowo
This commit is contained in:
parent
d4d8397426
commit
8cca1c3ecf
1 changed files with 16 additions and 3 deletions
|
@ -833,7 +833,7 @@ padding: 3px;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
height: 13em;
|
height: 16em;
|
||||||
}
|
}
|
||||||
#language-container .backtotop a {
|
#language-container .backtotop a {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
@ -996,10 +996,23 @@ padding: 3px;
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<div id="more-buttons" style="display: contents;">
|
<div id="more-buttons" style="display: contents;">
|
||||||
|
|
||||||
<div style="padding: 1em;">
|
<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: 0em;font-weight: 1000;font-size: x-large;margin-top: 0em;font-family: "Poketube flex";font-stretch: ultra-expanded;">
|
||||||
<span style="margin-left: 2.4em;font-weight: 1000;font-size: x-large;margin-top: -2em;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
|
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>
|
</span>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue