mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
Fix: Prevent reduced progress bar width from being applied to small backdrop cards on phones
This commit is contained in:
@@ -720,6 +720,11 @@ html {
|
||||
width: calc(100% - 2.5em);
|
||||
}
|
||||
|
||||
.layout-mobile .backdropCard .itemProgressBar:not(.backgroundProgress, .playbackProgress, .transcodingProgress) {
|
||||
width: 100%;
|
||||
width: -webkit-fill-available;
|
||||
}
|
||||
|
||||
.itemProgressBarForeground {
|
||||
border-radius: var(--largeRadius);
|
||||
background-color: var(--dimTextColor);
|
||||
|
Reference in New Issue
Block a user