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:
parent
9b1d746ad3
commit
6e2c39a751
@ -1443,8 +1443,8 @@ html body.tc-body.tc-single-tiddler-window {
|
|||||||
background-color: <<colour tiddler-background>>;
|
background-color: <<colour tiddler-background>>;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
padding-top: 8px;
|
padding-top: 8px;
|
||||||
margin-left: -3px;
|
margin-left: -2px;
|
||||||
margin-right: -3px;
|
margin-right: -2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tc-tiddler-frame .tc-tiddler-editor.tc-tiddler-preview .tc-editor-toolbar,
|
.tc-tiddler-frame .tc-tiddler-editor.tc-tiddler-preview .tc-editor-toolbar,
|
||||||
|
Loading…
Reference in New Issue
Block a user