mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
fix odd outline in replay button, and center align
https://anki.tenderapp.com/discussions/beta-testing/1708-anki-2120-beta#comment_48079637
This commit is contained in:
parent
bd9de51e82
commit
d0284f759d
1 changed files with 3 additions and 0 deletions
|
@ -59,6 +59,9 @@ img {
|
|||
|
||||
.replay-button {
|
||||
text-decoration: none;
|
||||
display: inline-flex;
|
||||
vertical-align: middle;
|
||||
margin: 3px;
|
||||
|
||||
svg {
|
||||
width: 40px;
|
||||
|
|
Loading…
Reference in a new issue