This commit is contained in:
the-djmaze 2023-03-15 22:53:06 +01:00
parent 308c7197c7
commit dc06502744

View file

@ -120,3 +120,9 @@ a.selectable::after {
padding-top: 0;
}
}
@media screen and (max-width: 799px) {
#body-user #rl-left {
top: 50px;
}
}