mirror of
https://github.com/ankitects/anki.git
synced 2025-09-25 01:06:35 -04:00
add small extra margin to answer button
fixes scrollbar in Japanese mode due to half width counts + full width times on following screen https://anki.tenderapp.com/discussions/ankidesktop/29948-214-bugs
This commit is contained in:
parent
2868ec0e8b
commit
2866248314
1 changed files with 2 additions and 0 deletions
|
@ -28,6 +28,8 @@ button {
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ansbut { margin-bottom: 1em; }
|
||||||
|
|
||||||
.nobold {
|
.nobold {
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|
Loading…
Reference in a new issue