1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-18 11:29:55 +00:00

fix titlebar line-height for chrome (#5122)

This commit is contained in:
Mario Pietsch 2020-11-25 17:27:31 +01:00 committed by GitHub
parent 2267e31546
commit 8320a55fef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1053,7 +1053,7 @@ button.tc-btn-invisible.tc-remove-tag-button {
.tc-titlebar {
font-weight: 300;
font-size: 2.35em;
line-height: 1.3em;
line-height: 1.35em;
color: <<colour tiddler-title-foreground>>;
margin: 0;
}