mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-14 22:48:44 +01:00
stuff fixes
This commit is contained in:
parent
c393cd3ca7
commit
e0e0200568
1 changed files with 7 additions and 8 deletions
|
@ -173,7 +173,9 @@ font-family:Ubuntu
|
|||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
background: #333;
|
||||
height: 56em;
|
||||
height: fit-content;
|
||||
height: -moz-fit-content;
|
||||
|
||||
border-radius: 10px;
|
||||
margin-top: 2em;
|
||||
}
|
||||
|
@ -183,7 +185,7 @@ font-family:Ubuntu
|
|||
<body>
|
||||
<% if (!isMobile) { %>
|
||||
|
||||
<div class="app" style="background:linear-gradient(135deg, #820622 10%, #4e2e82 100%, #725965 100%);height: 67em;">
|
||||
<div class="app" style="background:linear-gradient(135deg, #820622 10%, #4e2e82 100%, #725965 100%);height: 162em;">
|
||||
<nav>
|
||||
<div class=left><a class="class" href="/143" style=font-family:Inter,sans-serif;color:#fff><img style="transform: scale(1.3);padding-left:0.9em;width: 8.5em;display: block;margin-left: auto;margin-right: auto;" src="/css/logo.svg?v=5"> </a> </div>
|
||||
<div class="middle">
|
||||
|
@ -253,13 +255,10 @@ font-family:Ubuntu
|
|||
|
||||
|
||||
|
||||
<!-- ignore this -->
|
||||
<p style="visibility: hidden;">
|
||||
we dont see the videos that you are downloading :P
|
||||
</p>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="format-list" style="margin-top: -2em;">
|
||||
<div class="format-list" style="margin-top: 2em;">
|
||||
|
||||
<h2>Audio-Only formats</h2>
|
||||
|
||||
|
@ -281,7 +280,7 @@ font-family:Ubuntu
|
|||
<br>
|
||||
</div>
|
||||
|
||||
<div class="format-list" style="margin-top: -2em;">
|
||||
<div class="format-list" style="margin-top: 2em;">
|
||||
<h2>Video-Only formats</h2>
|
||||
|
||||
<div class="download-format" style="background: black;margin: 6px;border-radius: 14px;">
|
||||
|
|
Loading…
Reference in a new issue