1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-01-10 09:20:26 +00:00

margin-left margin-right -2px for tc-editor-toolbar is enough

This commit is contained in:
BurningTreeC 2024-11-03 10:41:34 +01:00
parent 9b1d746ad3
commit 6e2c39a751

View File

@ -1443,8 +1443,8 @@ html body.tc-body.tc-single-tiddler-window {
background-color: <<colour tiddler-background>>;
z-index: 1;
padding-top: 8px;
margin-left: -3px;
margin-right: -3px;
margin-left: -2px;
margin-right: -2px;
}
.tc-tiddler-frame .tc-tiddler-editor.tc-tiddler-preview .tc-editor-toolbar,