1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-27 14:48:19 +00:00

Adjust the position of modal dialogues

The top was off the top of the window
This commit is contained in:
Jermolene 2014-01-19 20:12:55 +00:00
parent 299e9d15fb
commit 98edbec46d

View File

@ -766,7 +766,7 @@ canvas.tw-edit-bitmapeditor {
top: 50%;
left: 50%;
width: 560px;
margin: -250px 0 0 -280px;
margin: -180px 0 0 -280px;
}
}