Fix: Resume progress bar was smaller than intended on portrait when mini play button was unavailable
This commit is contained in:
parent
c1e5fb3612
commit
e9676eccf8
1 changed files with 2 additions and 1 deletions
|
|
@ -939,7 +939,8 @@ html {
|
|||
width: calc(100% - 2.5em);
|
||||
}
|
||||
|
||||
.layout-mobile .backdropCard .itemProgressBar:not(.backgroundProgress, .playbackProgress, .transcodingProgress) {
|
||||
.layout-mobile .backdropCard .itemProgressBar:not(.backgroundProgress, .playbackProgress, .transcodingProgress),
|
||||
.layout-mobile .portraitCard .itemProgressBar:not(.backgroundProgress, .playbackProgress, .transcodingProgress) {
|
||||
width: 100%;
|
||||
width: -webkit-fill-available;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue