mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-08-10 15:53:58 +00:00
Further fix icons not displaying properly. (#8688)
This commit is contained in:
parent
e259f414d9
commit
a42a7972cb
@ -720,8 +720,8 @@ html body.tc-body .tc-btn-rounded:hover svg {
|
|||||||
}
|
}
|
||||||
|
|
||||||
button svg.tc-image-button, button .tc-image-button img {
|
button svg.tc-image-button, button .tc-image-button img {
|
||||||
height: auto;
|
max-height: 1em;
|
||||||
width: 1em;
|
max-width: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tc-unfold-banner {
|
.tc-unfold-banner {
|
||||||
@ -2623,6 +2623,9 @@ a.tc-tiddlylink.tc-plugin-info:hover > .tc-plugin-info-chunk .tc-plugin-info-sta
|
|||||||
flex-grow: 0;
|
flex-grow: 0;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
|
height: 2em;
|
||||||
|
width: 2em;
|
||||||
|
display: grid;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tc-plugin-info-chunk.tc-plugin-info-description {
|
.tc-plugin-info-chunk.tc-plugin-info-description {
|
||||||
@ -2689,8 +2692,9 @@ a.tc-tiddlylink.tc-plugin-info:hover > .tc-plugin-info-chunk .tc-plugin-info-sta
|
|||||||
}
|
}
|
||||||
|
|
||||||
.tc-plugin-info-chunk.tc-plugin-info-icon img, .tc-plugin-info-chunk.tc-plugin-info-icon svg {
|
.tc-plugin-info-chunk.tc-plugin-info-icon img, .tc-plugin-info-chunk.tc-plugin-info-icon svg {
|
||||||
width: 2em;
|
max-width: 2em;
|
||||||
height: auto;
|
max-height: 2em;
|
||||||
|
margin: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tc-plugin-info-dropdown {
|
.tc-plugin-info-dropdown {
|
||||||
@ -2857,12 +2861,13 @@ a.tc-tiddlylink.tc-plugin-info:hover > .tc-plugin-info-chunk .tc-plugin-info-sta
|
|||||||
|
|
||||||
.tc-chooser-item svg,
|
.tc-chooser-item svg,
|
||||||
.tc-chooser-item img{
|
.tc-chooser-item img{
|
||||||
width: 1em;
|
max-width: 1em;
|
||||||
height: 1em;
|
max-height: 1em;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tc-language-chooser .tc-image-button img {
|
.tc-language-chooser .tc-image-button img {
|
||||||
|
max-width: 2em;
|
||||||
width: auto;
|
width: auto;
|
||||||
vertical-align: -0.15em;
|
vertical-align: -0.15em;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user