mirror of
https://github.com/ankitects/anki.git
synced 2025-11-07 05:07:10 -05: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;
|
background: #ccc;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
button {
|
||||||
|
margin: 1em 0.5em;
|
||||||
|
}
|
||||||
|
|
||||||
.replay-button {
|
.replay-button {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue