Merge remote-tracking branch 'upstream/develop' into main

This commit is contained in:
_Bastler
2021-03-23 14:24:49 +01:00
11 changed files with 237 additions and 79 deletions
+5 -1
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;