fix: footer of mobile

This commit is contained in:
Phan An 2022-10-22 09:29:51 +02:00
parent c70bb3b5af
commit 4d079c6799
No known key found for this signature in database
GPG key ID: A81E4477F0BB6FDC
2 changed files with 11 additions and 0 deletions

View file

@ -173,6 +173,10 @@ provide(CurrentSongKey, currentSong)
#main {
@media screen and (max-width: 768px) {
position: absolute;
height: 100%;
width: 100%;
top: 0;
padding-top: var(--header-height);
}
}

View file

@ -15,10 +15,17 @@
width: 100%;
height: 4px;
audio {
display: none;
}
.plyr__controls {
background: transparent;
box-shadow: none;
padding: 0 !important;
position: absolute;
top: 0;
width: 100%;
}
.plyr__progress--played[value] {