diff --git a/core/styles/tiddlywiki.css b/core/styles/tiddlywiki.css index 655d60133..a82063766 100644 --- a/core/styles/tiddlywiki.css +++ b/core/styles/tiddlywiki.css @@ -5924,7 +5924,7 @@ Password prompts .tw-password-wrapper { position: fixed; - top: 1em; + top: 4em; left: 50%; z-index: 20000; width: 480px; diff --git a/cssbuild/tiddlywiki.less b/cssbuild/tiddlywiki.less index 6c6f3adab..d40961c22 100644 --- a/cssbuild/tiddlywiki.less +++ b/cssbuild/tiddlywiki.less @@ -50,7 +50,7 @@ Password prompts position: fixed; text-align: center; width: 480px; - top: 1em; + top: 4em; left: 50%; margin-left: -264px; /* - width/2 - paddingHorz/2 - border */ padding: 16px 16px 16px 16px;