New: Progress bar for the library scan now spans the whole width of its container
This commit is contained in:
parent
dd51565fde
commit
36360df6a7
1 changed files with 4 additions and 0 deletions
|
|
@ -697,6 +697,10 @@ html {
|
||||||
color: var(--uiAccentColor) !important;
|
color: var(--uiAccentColor) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#divRunningTasks progress {
|
||||||
|
width: 86%;
|
||||||
|
}
|
||||||
|
|
||||||
.itemProgressBar:not(.backgroundProgress, .playbackProgress, .transcodingProgress) {
|
.itemProgressBar:not(.backgroundProgress, .playbackProgress, .transcodingProgress) {
|
||||||
backdrop-filter: var(--blurLarge);
|
backdrop-filter: var(--blurLarge);
|
||||||
background-color: rgb(123 123 123 / 30%) !important;
|
background-color: rgb(123 123 123 / 30%) !important;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue