We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a42a797 commit e1287a9Copy full SHA for e1287a9
themes/tiddlywiki/vanilla/base.tid
@@ -720,8 +720,8 @@ html body.tc-body .tc-btn-rounded:hover svg {
720
}
721
722
button svg.tc-image-button, button .tc-image-button img {
723
- max-height: 1em;
724
- max-width: 1em;
+ height: 1em;
+ width: 1em;
725
726
727
.tc-unfold-banner {
@@ -2868,7 +2868,9 @@ a.tc-tiddlylink.tc-plugin-info:hover > .tc-plugin-info-chunk .tc-plugin-info-sta
2868
2869
.tc-language-chooser .tc-image-button img {
2870
max-width: 2em;
2871
+ max-height: 1em;
2872
width: auto;
2873
+ height: auto;
2874
vertical-align: -0.15em;
2875
2876
0 commit comments