mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 10:07:19 +00:00
Fix tiddler icon size (#7619)
* Fix tiddler icon size * Adjust icon size --------- Co-authored-by: Jeremy Ruston <174761+Jermolene@users.noreply.github.com>
This commit is contained in:
parent
61a08cbd7b
commit
fd8b8f62da
@ -1172,6 +1172,11 @@ button.tc-btn-invisible.tc-remove-tag-button {
|
||||
margin-right: .1em;
|
||||
}
|
||||
|
||||
.tc-tiddler-title-icon svg {
|
||||
width: 0.9em;
|
||||
height: 0.9em;
|
||||
}
|
||||
|
||||
.tc-system-title-prefix {
|
||||
color: <<colour muted-foreground>>;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user