From e1cc285151794765498cac612c0e4ea8c86fb1aa Mon Sep 17 00:00:00 2001 From: nameanyone Date: Thu, 22 Sep 2016 03:37:22 -0700 Subject: [PATCH] Align the right edge of the preview (#2583) Currently it's 3px off to the left compared to the above element. --- themes/tiddlywiki/vanilla/base.tid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/tiddlywiki/vanilla/base.tid b/themes/tiddlywiki/vanilla/base.tid index 34668b1d9..693dd796d 100644 --- a/themes/tiddlywiki/vanilla/base.tid +++ b/themes/tiddlywiki/vanilla/base.tid @@ -1168,7 +1168,7 @@ html body.tc-body.tc-single-tiddler-window { float: right; width: 49%; border: 1px solid <>; - margin: 4px 3px 3px 3px; + margin: 4px 0 3px 3px; padding: 3px 3px 3px 3px; }