From 98edbec46dc69f26b694898d09333a154af5612b Mon Sep 17 00:00:00 2001 From: Jermolene Date: Sun, 19 Jan 2014 20:12:55 +0000 Subject: [PATCH] Adjust the position of modal dialogues The top was off the top of the window --- 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 0e94b194f..42d1e8bbe 100644 --- a/themes/tiddlywiki/vanilla/base.tid +++ b/themes/tiddlywiki/vanilla/base.tid @@ -766,7 +766,7 @@ canvas.tw-edit-bitmapeditor { top: 50%; left: 50%; width: 560px; - margin: -250px 0 0 -280px; + margin: -180px 0 0 -280px; } }