mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
Fix: Resume media progress bar was misaligned in episode list thumbnails
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user