1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-17 19:09:55 +00:00

Fix tiddler icon size

This commit is contained in:
Jeremy Ruston 2023-07-20 16:44:09 +01:00
parent 98ff6b67fd
commit 5051436ba0

View File

@ -1172,6 +1172,11 @@ button.tc-btn-invisible.tc-remove-tag-button {
margin-right: .1em;
}
.tc-tiddler-title-icon svg {
width: 0.75em;
height: 0.75em;
}
.tc-system-title-prefix {
color: <<colour muted-foreground>>;
}