Merge pull request #1832 from xiaoyifang/opt/anki-size
Some checks are pending
SonarCloud / Build and analyze (push) Waiting to run

opt: restrict anki button size
This commit is contained in:
xiaoyifang 2024-10-17 15:44:47 +08:00 committed by GitHub
commit 8b8b83ab04
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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;
} }