mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-08-07 22:33:50 +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;
|
float: right;
|
||||||
width: 49%;
|
width: 49%;
|
||||||
border: 1px solid <<colour tiddler-editor-border>>;
|
border: 1px solid <<colour tiddler-editor-border>>;
|
||||||
margin: 4px 3px 3px 3px;
|
margin: 4px 0 3px 3px;
|
||||||
padding: 3px 3px 3px 3px;
|
padding: 3px 3px 3px 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user