mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
Reduce font size of answer button indicators
This commit is contained in:
parent
e3c3405f09
commit
06d7ca37fe
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ button {
|
||||||
.stattxt {
|
.stattxt {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
font-size: medium;
|
font-size: small;
|
||||||
top: -3px;
|
top: -3px;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
transform: translate(-50%, -100%);
|
transform: translate(-50%, -100%);
|
||||||
|
|
Loading…
Reference in a new issue