mirror of
https://github.com/ankitects/anki.git
synced 2026-01-14 06:23:57 -05:00
Decrease block padding for deck browser rows (#2231)
This commit is contained in:
parent
8b1e3bf6f2
commit
ea7faac1a3
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ th {
|
|||
}
|
||||
|
||||
tr.deck td {
|
||||
padding: 5px 12px;
|
||||
padding: 4px 12px;
|
||||
}
|
||||
|
||||
tr.top-level-drag-row td {
|
||||
|
|
|
|||
Loading…
Reference in a new issue