mirror of
https://github.com/ankitects/anki.git
synced 2025-09-22 07:52:24 -04:00
Increase vertical padding on bottom toolbar buttons (#2118)
This commit is contained in:
parent
3c230d2396
commit
7ac8452c7d
1 changed files with 1 additions and 1 deletions
|
@ -24,5 +24,5 @@
|
|||
button {
|
||||
@include button.base;
|
||||
border-radius: var(--border-radius);
|
||||
padding: 3px 10px 3px;
|
||||
padding: 5px 10px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue