mirror of
https://github.com/ankitects/anki.git
synced 2026-01-13 22:13:58 -05:00
Add margin to buttons in reviewer (#2161)
This commit is contained in:
parent
5841de8ea0
commit
6b2bf75eb3
1 changed files with 4 additions and 0 deletions
|
|
@ -72,6 +72,10 @@ code#typeans {
|
|||
background: #ccc;
|
||||
}
|
||||
|
||||
button {
|
||||
margin: 1em 0.5em;
|
||||
}
|
||||
|
||||
.replay-button {
|
||||
text-decoration: none;
|
||||
display: inline-flex;
|
||||
|
|
|
|||
Loading…
Reference in a new issue