Fix tiddler icon size

This commit is contained in:
Jeremy Ruston
2023-07-20 16:44:09 +01:00
parent 98ff6b67fd
commit 5051436ba0
+5
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>>;
}