Fix: Calculated progress bar width in scan library dialog properly to prevent overflow

This commit is contained in:
lscambo13
2025-04-07 12:49:50 -07:00
parent e8f1fba482
commit 56926bd623

View File

@@ -703,7 +703,7 @@ html {
} }
#divRunningTasks progress { #divRunningTasks progress {
width: 86%; width: calc(100% - 7em);
} }
.itemProgressBar:not(.backgroundProgress, .playbackProgress, .transcodingProgress) { .itemProgressBar:not(.backgroundProgress, .playbackProgress, .transcodingProgress) {