Fix alignment of tc-tiddler-edit-title (#4949)

This commit is contained in:
Simon Huber 2020-11-01 11:58:27 +01:00 committed by GitHub
parent da06b64845
commit 635ec65d3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -1143,6 +1143,10 @@ canvas.tc-edit-bitmapeditor {
overflow: hidden; /* https://github.com/Jermolene/TiddlyWiki5/issues/282 */
}
.tc-tiddler-title.tc-tiddler-edit-title {
line-height: 3em;
}
html body.tc-body.tc-single-tiddler-window {
margin: 1em;
background: <<colour tiddler-background>>;