mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 10:07:19 +00:00
Align the right edge of the preview (#2583)
Currently it's 3px off to the left compared to the above element.
This commit is contained in:
parent
ffc0899f52
commit
e1cc285151
@ -1168,7 +1168,7 @@ html body.tc-body.tc-single-tiddler-window {
|
||||
float: right;
|
||||
width: 49%;
|
||||
border: 1px solid <<colour tiddler-editor-border>>;
|
||||
margin: 4px 3px 3px 3px;
|
||||
margin: 4px 0 3px 3px;
|
||||
padding: 3px 3px 3px 3px;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user