New: Progress bar for the library scan now spans the whole width of its container

This commit is contained in:
lscambo13
2025-03-28 12:16:52 -07:00
parent dd51565fde
commit 36360df6a7

View File

@@ -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;