mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 18:17:20 +00:00
Fix alignment of tc-tiddler-edit-title (#4949)
This commit is contained in:
parent
da06b64845
commit
635ec65d3f
@ -1143,6 +1143,10 @@ canvas.tc-edit-bitmapeditor {
|
|||||||
overflow: hidden; /* https://github.com/Jermolene/TiddlyWiki5/issues/282 */
|
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 {
|
html body.tc-body.tc-single-tiddler-window {
|
||||||
margin: 1em;
|
margin: 1em;
|
||||||
background: <<colour tiddler-background>>;
|
background: <<colour tiddler-background>>;
|
||||||
|
Loading…
Reference in New Issue
Block a user