Skip to content

Commit e1287a9

Browse files
authored
Fix smaller editor toolbar icons (#8691)
A small fix for the problem introduced in #8688
1 parent a42a797 commit e1287a9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

themes/tiddlywiki/vanilla/base.tid

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -720,8 +720,8 @@ html body.tc-body .tc-btn-rounded:hover svg {
720720
}
721721

722722
button svg.tc-image-button, button .tc-image-button img {
723-
max-height: 1em;
724-
max-width: 1em;
723+
height: 1em;
724+
width: 1em;
725725
}
726726

727727
.tc-unfold-banner {
@@ -2868,7 +2868,9 @@ a.tc-tiddlylink.tc-plugin-info:hover > .tc-plugin-info-chunk .tc-plugin-info-sta
28682868

28692869
.tc-language-chooser .tc-image-button img {
28702870
max-width: 2em;
2871+
max-height: 1em;
28712872
width: auto;
2873+
height: auto;
28722874
vertical-align: -0.15em;
28732875
}
28742876

0 commit comments

Comments
 (0)