mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
Fix: Calculated progress bar width in scan library dialog properly to prevent overflow
This commit is contained in:
@@ -703,7 +703,7 @@ html {
|
||||
}
|
||||
|
||||
#divRunningTasks progress {
|
||||
width: 86%;
|
||||
width: calc(100% - 7em);
|
||||
}
|
||||
|
||||
.itemProgressBar:not(.backgroundProgress, .playbackProgress, .transcodingProgress) {
|
||||
|
Reference in New Issue
Block a user