WebUI: Reduce padding in torrents table

This commit is contained in:
skomerko 2024-09-22 16:38:14 +02:00
parent 2952480f37
commit 4cc3fedf37

View file

@ -9,7 +9,7 @@
}
#transferList .dynamicTable td {
padding: 4px 2px;
padding: 3px 2px;
}
.dynamicTableDiv table.dynamicTable tbody tr.selected {