mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
Decrease block padding for deck browser rows (#2231)
This commit is contained in:
parent
ed45adcb08
commit
430f5613d6
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