From af835dfe26f3ff9a443eb85fb7761707039a8fe7 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Wed, 2 Apr 2025 20:59:01 +0300 Subject: [PATCH] style(set_password): add some margins --- src/public/app/set_password.ts | 1 + src/public/stylesheets/auth.css | 3 +++ src/views/set_password.ejs | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 src/public/stylesheets/auth.css 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") %>