Fix audio control box appearance

This commit is contained in:
PizZaKatZe 2021-03-11 22:19:21 +01:00
parent 4966789b3b
commit 20d3236e73
1 changed files with 5 additions and 1 deletions

View File

@ -363,10 +363,14 @@ body {
justify-content: center;
}
.audioplayer > div {
padding-right: 1.2rem;
}
#audioplayerctrl {
position: fixed;
top: 0;
right: 50%;
right: calc(50% - 120px);
padding: 0.3rem 0.5rem;
color: white;
transition: transform 0.5s;