From 6e2c39a751d87271e2e185b6ec71d8b30906f4fc Mon Sep 17 00:00:00 2001 From: BurningTreeC Date: Sun, 3 Nov 2024 10:41:34 +0100 Subject: [PATCH] margin-left margin-right -2px for tc-editor-toolbar is enough --- themes/tiddlywiki/vanilla/base.tid | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/tiddlywiki/vanilla/base.tid b/themes/tiddlywiki/vanilla/base.tid index 92fe308b2..ae1484f0a 100644 --- a/themes/tiddlywiki/vanilla/base.tid +++ b/themes/tiddlywiki/vanilla/base.tid @@ -1443,8 +1443,8 @@ html body.tc-body.tc-single-tiddler-window { background-color: <>; 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,