1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-22 21:33:14 +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:
Jeremy Ruston 2023-07-21 14:44:49 +01:00 committed by GitHub
parent 61a08cbd7b
commit fd8b8f62da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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