mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
Fix: Resume progress bar was smaller than intended on portrait when mini play button was unavailable
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user