blah
Some checks failed
fetch npm modules / f0ck the f0cker (push) Failing after 0s

This commit is contained in:
x 2025-01-24 06:32:30 +01:00
parent 2696c4aac4
commit 7ba56d9012

View File

@ -3067,10 +3067,6 @@ input#s_avatar {
padding-right: 15px; padding-right: 15px;
} }
button#togglebg {
display: none;
}
html { html {
height: 100%; height: 100%;
} }
@ -3105,4 +3101,17 @@ input#s_avatar {
.metadata { .metadata {
grid-template-columns: auto; grid-template-columns: auto;
} }
button[data-skip="-10"] {
display: none;
}
button[data-skip="10"] {
display: none;
}
.v0ck_player_button {
font-family: monospace;
font-size: 12px;
}
} }