Fix: Increased blur size for more uniform shade on continue watching progress bar

This commit is contained in:
lscambo13
2025-03-15 10:15:50 -07:00
parent 0f5711baa4
commit ad4bb5f0e8

View File

@@ -725,7 +725,7 @@ html {
} }
.itemProgressBar:not(.backgroundProgress, .playbackProgress, .transcodingProgress) { .itemProgressBar:not(.backgroundProgress, .playbackProgress, .transcodingProgress) {
backdrop-filter: var(--blurSmallest); backdrop-filter: var(--blurLarge);
background-color: rgb(123 123 123 / 30%) !important; background-color: rgb(123 123 123 / 30%) !important;
/* height: .3em; */ /* height: .3em; */
box-shadow: inset 0px 0px 0.01em .01em #969696; box-shadow: inset 0px 0px 0.01em .01em #969696;