mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-23 20:14:05 +00:00
Merge pull request #1832 from xiaoyifang/opt/anki-size
Some checks are pending
SonarCloud / Build and analyze (push) Waiting to run
Some checks are pending
SonarCloud / Build and analyze (push) Waiting to run
opt: restrict anki button size
This commit is contained in:
commit
8b8b83ab04
|
@ -84,6 +84,10 @@ pre {
|
|||
background-color: hsl(0deg 0% 70%);
|
||||
}
|
||||
|
||||
.ankibutton img {
|
||||
width: 32px;
|
||||
}
|
||||
|
||||
.gddicttitle {
|
||||
user-select: none;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue