mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-03 14:12:30 -06:00
WebUI: Add pieces progress bar to General tab
Closes #15292. PR #15418.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user