mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-17 00:14:39 -05:00
fix some stuff :3
This commit is contained in:
parent
6416d9d6de
commit
ba860a8a45
1 changed files with 7 additions and 2 deletions
|
@ -409,6 +409,11 @@ a[data-onclick="jump_to_time"] {
|
|||
.fade-in {
|
||||
opacity: 1 !important;
|
||||
}
|
||||
|
||||
|
||||
.fa-light.fa-circle-plus {
|
||||
margin-top: 27px;
|
||||
}
|
||||
<% if (lightOrDark(color) == "light") { %>
|
||||
.player.video-ambient-container {
|
||||
box-shadow: 0 -8px 5.9em <%=color%>;
|
||||
|
@ -840,7 +845,7 @@ Account
|
|||
|
||||
<a href="/apps" style="text-decoration: none;" class="dropdown__item">
|
||||
<i class="fa-light fa-grid-2"></i>
|
||||
More From Poke </a>
|
||||
Poke Apps </a>
|
||||
<hr style="clear: both;display: block;border: none;border-bottom: 0.5px solid #1a1111;width: 16.5em;height: 0;">
|
||||
|
||||
<% if (!a) { %>
|
||||
|
@ -1074,7 +1079,7 @@ display: block; !important;" autoplay controls>
|
|||
|
||||
<% } %>
|
||||
|
||||
<div class="pwp" style="display: flex;justify-content: center;align-items: center;flex-direction: row; column-gap: 3px;margin-top: auto;max-height: 16px;" align="center">
|
||||
<div class="pwp" style="display: flex;justify-content: center;align-items: center;flex-direction: row; column-gap: 3px;margin-top: 2px;max-height: 16px;" align="center">
|
||||
|
||||
<% if (!qua) { %>
|
||||
|
||||
|
|
Loading…
Reference in a new issue