Fix: Resume media progress bar was misaligned in episode list thumbnails
This commit is contained in:
parent
1f4db6b3d8
commit
80402436ec
1 changed files with 11 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue