Fix: Updated progress bars in Continue Watching section on the home screen
They were too faded and transluscent in my original design
This commit is contained in:
parent
44b04a5392
commit
b47314e482
1 changed files with 4 additions and 2 deletions
|
|
@ -387,15 +387,17 @@ html {
|
|||
}
|
||||
|
||||
.itemProgressBar {
|
||||
backdrop-filter: blur(.1em);
|
||||
background-color: rgb(123 123 123 / 30%) !important;
|
||||
height: .2em;
|
||||
height: .3em;
|
||||
box-shadow: 0px 0px 0.01em .01em black;
|
||||
overflow: hidden;
|
||||
border-radius: var(--largeRadius);
|
||||
}
|
||||
|
||||
.itemProgressBarForeground {
|
||||
border-radius: var(--largeRadius);
|
||||
background-color: var(--activeColor);
|
||||
background-color: var(--dimTextColor);
|
||||
}
|
||||
|
||||
.selectLabel {
|
||||
|
|
|
|||
Loading…
Reference in a new issue