mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 23:12:21 -04:00
Tweak deck overview appearance in minimalist mode
This commit is contained in:
parent
c3647e2d3e
commit
9f5c3de28a
1 changed files with 3 additions and 1 deletions
|
@ -39,9 +39,11 @@ th {
|
||||||
}
|
}
|
||||||
|
|
||||||
tr.deck td {
|
tr.deck td {
|
||||||
padding: 2px 12px;
|
padding: 1px 12px;
|
||||||
|
border-bottom: 1px solid var(--border-subtle);
|
||||||
|
|
||||||
.fancy & {
|
.fancy & {
|
||||||
|
border: unset;
|
||||||
padding: 4px 12px;
|
padding: 4px 12px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue