mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-02 13:48:05 -06:00
WebUI: Display torrent progress percentage in General tab
This PR adds torrent progress percentage next to pieces bar in General tab, as in the GUI. PR #21756.
This commit is contained in:
@@ -700,6 +700,22 @@ td.generalLabel {
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
#propProgressWrapper {
|
||||
align-items: center;
|
||||
display: flex;
|
||||
height: auto;
|
||||
margin: 5px 2px;
|
||||
|
||||
& > span:not(:first-child, :empty) {
|
||||
margin-left: 6px;
|
||||
min-width: 3.5em;
|
||||
}
|
||||
|
||||
& #progress {
|
||||
flex: 1;
|
||||
}
|
||||
}
|
||||
|
||||
.piecesbarWrapper {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
|
||||
Reference in New Issue
Block a user