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:
parent
a42a7972cb
commit
e1287a9470
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user