mirror of
https://github.com/ankitects/anki.git
synced 2025-11-26 06:27:12 -05: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 {
|
.replay-button {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
display: inline-flex;
|
||||||
|
vertical-align: middle;
|
||||||
|
margin: 3px;
|
||||||
|
|
||||||
svg {
|
svg {
|
||||||
width: 40px;
|
width: 40px;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue