Fix: Calculated progress bar width in scan library dialog properly to prevent overflow
This commit is contained in:
parent
e8f1fba482
commit
56926bd623
1 changed files with 4 additions and 4 deletions
|
|
@ -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) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue