mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 06:22:22 -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 {
|
tr.deck td {
|
||||||
padding: 5px 12px;
|
padding: 4px 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
tr.top-level-drag-row td {
|
tr.top-level-drag-row td {
|
||||||
|
|
Loading…
Reference in a new issue