Fix: Blur was not covering the whole bar in continue watching cards

This commit is contained in:
lscambo13
2025-03-15 10:14:43 -07:00
parent 00619e7a4a
commit 0f5711baa4

View File

@@ -727,7 +727,7 @@ html {
.itemProgressBar:not(.backgroundProgress, .playbackProgress, .transcodingProgress) { .itemProgressBar:not(.backgroundProgress, .playbackProgress, .transcodingProgress) {
backdrop-filter: var(--blurSmallest); backdrop-filter: var(--blurSmallest);
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;
overflow: hidden; overflow: hidden;
border-radius: var(--largeRadius); border-radius: var(--largeRadius);