From 28dedda1c6582a5ec9944e79ef8afce420628274 Mon Sep 17 00:00:00 2001 From: BurningTreeC Date: Sun, 10 Nov 2024 20:08:41 +0100 Subject: [PATCH] make margin-bottom of texteditor same as margin-bottom of preview --- 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 47f3d8a87..13a722333 100644 --- a/themes/tiddlywiki/vanilla/base.tid +++ b/themes/tiddlywiki/vanilla/base.tid @@ -1360,7 +1360,7 @@ html[dir="rtl"] .tc-tiddler-frame .tc-tiddler-controls { .tc-tiddler-frame .tc-edit-texteditor { width: 100%; - margin: 4px 0 4px 0; + margin: 4px 0 3px 0; } .tc-tiddler-frame input.tc-edit-texteditor,