1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-10 20:09:57 +00:00

Fix scaled language icon in dropdown (#8546)

This commit is contained in:
Leilei332 2024-08-23 00:32:29 +08:00 committed by GitHub
parent 890b48ce91
commit 6d05afebc4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -707,7 +707,7 @@ html body.tc-body .tc-btn-rounded:hover svg {
}
button svg.tc-image-button, button .tc-image-button img {
height: 1em;
height: auto;
width: 1em;
}
@ -2819,7 +2819,7 @@ a.tc-tiddlylink.tc-plugin-info:hover > .tc-plugin-info-chunk .tc-plugin-info-sta
}
.tc-language-chooser .tc-image-button img {
width: 2em;
width: auto;
vertical-align: -0.15em;
}