1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-09-05 04:18:01 +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

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