mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
Add margin to buttons in reviewer (#2161)
This commit is contained in:
parent
b384417955
commit
8025936480
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