mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
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:
@@ -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);
|
||||||
|
Reference in New Issue
Block a user