Fix: Prevent reduced progress bar width from being applied to small backdrop cards on phones
This commit is contained in:
parent
5a07894b0a
commit
0ad636b2f3
1 changed files with 5 additions and 0 deletions
|
|
@ -720,6 +720,11 @@ html {
|
|||
width: calc(100% - 2.5em);
|
||||
}
|
||||
|
||||
.layout-mobile .backdropCard .itemProgressBar:not(.backgroundProgress, .playbackProgress, .transcodingProgress) {
|
||||
width: 100%;
|
||||
width: -webkit-fill-available;
|
||||
}
|
||||
|
||||
.itemProgressBarForeground {
|
||||
border-radius: var(--largeRadius);
|
||||
background-color: var(--dimTextColor);
|
||||
|
|
|
|||
Loading…
Reference in a new issue