New: Reduced the width of progress bar on Continue Watching cards on phones
Its right end would not get partially covered by the mini resume button on phones anymore
This commit is contained in:
parent
bc664a5e30
commit
5a07894b0a
1 changed files with 4 additions and 0 deletions
|
|
@ -716,6 +716,10 @@ html {
|
|||
border-radius: var(--largeRadius);
|
||||
}
|
||||
|
||||
.layout-mobile .itemProgressBar:not(.backgroundProgress, .playbackProgress, .transcodingProgress) {
|
||||
width: calc(100% - 2.5em);
|
||||
}
|
||||
|
||||
.itemProgressBarForeground {
|
||||
border-radius: var(--largeRadius);
|
||||
background-color: var(--dimTextColor);
|
||||
|
|
|
|||
Loading…
Reference in a new issue