diff --git a/src/sass/views/_login.scss b/src/sass/views/_login.scss index 380f72b..2bb6b4c 100644 --- a/src/sass/views/_login.scss +++ b/src/sass/views/_login.scss @@ -20,7 +20,7 @@ } .content { - max-width: 400px; + max-width: 500px; margin-left: auto; margin-right: auto; @@ -41,4 +41,10 @@ padding: 5px; } } +} + +.view-login-existing { + .content { + max-width: 400px; + } } \ No newline at end of file diff --git a/src/tpl/login-existing.html b/src/tpl/login-existing.html index f9f67c0..9989c85 100644 --- a/src/tpl/login-existing.html +++ b/src/tpl/login-existing.html @@ -1,4 +1,4 @@ -
+
@@ -14,7 +14,7 @@
- +
diff --git a/src/tpl/login-initial.html b/src/tpl/login-initial.html index 7a7b839..6b0cac2 100644 --- a/src/tpl/login-initial.html +++ b/src/tpl/login-initial.html @@ -7,7 +7,8 @@

Set passphrase

-

The passphrase protects your private key. If you forget your passphrase, there is no way to restore your data. So it might be a good idea to write it down and keep it in a safe place.

+

The passphrase protects your private key.

+

If you forget your passphrase, there is no way to restore your data. So it might be a good idea to write it down and keep it in a safe place.