Fix: Increased blur size for more uniform shade on continue watching progress bar
This commit is contained in:
parent
0f5711baa4
commit
ad4bb5f0e8
1 changed files with 1 additions and 1 deletions
|
|
@ -725,7 +725,7 @@ html {
|
|||
}
|
||||
|
||||
.itemProgressBar:not(.backgroundProgress, .playbackProgress, .transcodingProgress) {
|
||||
backdrop-filter: var(--blurSmallest);
|
||||
backdrop-filter: var(--blurLarge);
|
||||
background-color: rgb(123 123 123 / 30%) !important;
|
||||
/* height: .3em; */
|
||||
box-shadow: inset 0px 0px 0.01em .01em #969696;
|
||||
|
|
|
|||
Loading…
Reference in a new issue