mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-21 16:55:46 +03:00
WebUI: Reduce padding in torrents table
This commit is contained in:
parent
2952480f37
commit
4cc3fedf37
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
}
|
||||
|
||||
#transferList .dynamicTable td {
|
||||
padding: 4px 2px;
|
||||
padding: 3px 2px;
|
||||
}
|
||||
|
||||
.dynamicTableDiv table.dynamicTable tbody tr.selected {
|
||||
|
|
Loading…
Reference in a new issue