Fix: Resume progress bar was smaller than intended on portrait when mini play button was unavailable

This commit is contained in:
lscambo13
2025-05-19 13:23:01 -07:00
parent c1e5fb3612
commit e9676eccf8

View File

@@ -939,7 +939,8 @@ html {
width: calc(100% - 2.5em); 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: 100%;
width: -webkit-fill-available; width: -webkit-fill-available;
} }