Fix: Resume media progress bar was misaligned in episode list thumbnails

This commit is contained in:
lscambo13
2025-05-16 12:08:37 -07:00
parent 1f4db6b3d8
commit 80402436ec

View File

@@ -917,6 +917,17 @@ html {
width: calc(100% - 7em);
}
.listItemImage .itemProgressBar {
position: absolute;
margin: 8%;
}
.layout-mobile .listItemImage .itemProgressBar {
position: absolute;
justify-self: center;
margin-bottom: 5%;
}
.itemProgressBar:not(.backgroundProgress, .playbackProgress, .transcodingProgress) {
backdrop-filter: var(--blurLarge);
background-color: var(--osdSeekBarBufferedColorAlpha) !important;