1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2026-01-22 19:04:38 +00:00

Compare commits

...

2 Commits

Author SHA1 Message Date
Jeremy Ruston
a479376959 Adjust icon size 2023-07-20 17:37:09 +01:00
Jeremy Ruston
5051436ba0 Fix tiddler icon size 2023-07-20 16:44:09 +01:00

View File

@@ -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>>;
}