mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 13:23:34 -07:00
Right align stat values
This commit is contained in:
parent
5c74f374af
commit
4110bb874f
1 changed files with 5 additions and 0 deletions
|
@ -479,3 +479,8 @@ td.statusBarSeparator {
|
||||||
background-position: center 1px;
|
background-position: center 1px;
|
||||||
background-size: 2px 18px;
|
background-size: 2px 18px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Statistics window */
|
||||||
|
.statisticsValue {
|
||||||
|
text-align: right;
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue