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:
lscambo13
2025-04-13 21:21:51 +05:30
parent bc664a5e30
commit 5a07894b0a

View File

@@ -716,6 +716,10 @@ html {
border-radius: var(--largeRadius); border-radius: var(--largeRadius);
} }
.layout-mobile .itemProgressBar:not(.backgroundProgress, .playbackProgress, .transcodingProgress) {
width: calc(100% - 2.5em);
}
.itemProgressBarForeground { .itemProgressBarForeground {
border-radius: var(--largeRadius); border-radius: var(--largeRadius);
background-color: var(--dimTextColor); background-color: var(--dimTextColor);