1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-26 19:47:20 +00:00

Fix smaller editor toolbar icons (#8691)

A small fix for the problem introduced in #8688
This commit is contained in:
Leilei332 2024-10-20 17:35:21 +08:00 committed by GitHub
parent a42a7972cb
commit e1287a9470
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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