diff --git a/src/public/app/set_password.ts b/src/public/app/set_password.ts index ebf6b68a4..95e6cc2da 100644 --- a/src/public/app/set_password.ts +++ b/src/public/app/set_password.ts @@ -1,4 +1,5 @@ import "../stylesheets/bootstrap.scss"; +import "../stylesheets/auth.css"; // @TriliumNextTODO: is this even needed anymore? // @ts-ignore - module = undefined diff --git a/src/public/stylesheets/auth.css b/src/public/stylesheets/auth.css new file mode 100644 index 000000000..623516439 --- /dev/null +++ b/src/public/stylesheets/auth.css @@ -0,0 +1,3 @@ +.set-password .form-group { + margin-bottom: 1rem; +} \ No newline at end of file diff --git a/src/views/set_password.ejs b/src/views/set_password.ejs index c58cc798f..4f2992320 100644 --- a/src/views/set_password.ejs +++ b/src/views/set_password.ejs @@ -13,7 +13,7 @@ -
+

<%= t("set_password.heading") %>