-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: transfer limiter web UI updates (#740)
- Loading branch information
Showing
11 changed files
with
418 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
.transfer-stats { | ||
margin: 1em; | ||
} | ||
|
||
.transfer-stats .config { | ||
margin: 2em 0 1em 0; | ||
} | ||
|
||
.transfer-stats table th, .transfer-stats table td { | ||
padding: 0.5em 1em; | ||
} | ||
|
||
.transfer-stats table th { | ||
text-align: left; | ||
} | ||
|
||
.transfer-stats table td { | ||
text-align: right; | ||
} | ||
|
||
.transfer-stats table td.transfer-rate { | ||
color: #999999; | ||
} |
Oops, something went wrong.