WebUI: Add pieces progress bar to General tab

Closes #15292.
PR #15418.
This commit is contained in:
Jesse Smick
2021-09-11 21:55:41 -07:00
committed by GitHub
parent dabba89682
commit 6229b81730
3 changed files with 87 additions and 0 deletions

View File

@@ -517,6 +517,21 @@ td.generalLabel {
padding: 2px;
}
#progress {
border: 1px solid #999;
padding: 0;
position: relative;
width: 100%;
}
#progress canvas {
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
#watched_folders_tab {
border-collapse: collapse;
}