opt: restrict anki button size

This commit is contained in:
Xiao Yi Fang 2024-10-17 11:59:52 +08:00
parent ec19dcc7f0
commit 72015d1570

View file

@ -84,6 +84,10 @@ pre {
background-color: hsl(0deg 0% 70%); background-color: hsl(0deg 0% 70%);
} }
.ankibutton img {
width: 32px;
}
.gddicttitle { .gddicttitle {
user-select: none; user-select: none;
} }