mirror of
https://github.com/koel/koel
synced 2024-11-28 06:50:27 +00:00
fix: footer of mobile
This commit is contained in:
parent
c70bb3b5af
commit
4d079c6799
2 changed files with 11 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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] {
|
||||
|
|
Loading…
Reference in a new issue