From f10d061279adc8b0ccb27aaeca998707de0fbb90 Mon Sep 17 00:00:00 2001 From: shibao Date: Sat, 4 Feb 2023 20:41:41 -0500 Subject: [PATCH] fix padding on chrome --- changelog.md | 1 + lib/memex_web/templates/user_confirmation/new.html.heex | 2 +- lib/memex_web/templates/user_registration/new.html.heex | 2 +- lib/memex_web/templates/user_reset_password/edit.html.heex | 2 +- lib/memex_web/templates/user_reset_password/new.html.heex | 2 +- lib/memex_web/templates/user_session/new.html.heex | 2 +- lib/memex_web/templates/user_settings/edit.html.heex | 2 +- 7 files changed, 7 insertions(+), 6 deletions(-) diff --git a/changelog.md b/changelog.md index 701626c..5c1fae7 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,7 @@ - Fix bug with public registration - Improve templates - Improve invites, record usage +- Fix padding on more pages when using chrome # v0.1.7 - Update dependencies diff --git a/lib/memex_web/templates/user_confirmation/new.html.heex b/lib/memex_web/templates/user_confirmation/new.html.heex index 901f289..e034c0f 100644 --- a/lib/memex_web/templates/user_confirmation/new.html.heex +++ b/lib/memex_web/templates/user_confirmation/new.html.heex @@ -1,4 +1,4 @@ -
+

<%= dgettext("actions", "Resend confirmation instructions") %>

diff --git a/lib/memex_web/templates/user_registration/new.html.heex b/lib/memex_web/templates/user_registration/new.html.heex index db51cb6..4fba791 100644 --- a/lib/memex_web/templates/user_registration/new.html.heex +++ b/lib/memex_web/templates/user_registration/new.html.heex @@ -1,4 +1,4 @@ -
+

<%= dgettext("actions", "register") %>

diff --git a/lib/memex_web/templates/user_reset_password/edit.html.heex b/lib/memex_web/templates/user_reset_password/edit.html.heex index 3fe6c1e..4ad5a4c 100644 --- a/lib/memex_web/templates/user_reset_password/edit.html.heex +++ b/lib/memex_web/templates/user_reset_password/edit.html.heex @@ -1,4 +1,4 @@ -
+

<%= dgettext("actions", "Reset password") %>

diff --git a/lib/memex_web/templates/user_reset_password/new.html.heex b/lib/memex_web/templates/user_reset_password/new.html.heex index d17d96e..16f93fa 100644 --- a/lib/memex_web/templates/user_reset_password/new.html.heex +++ b/lib/memex_web/templates/user_reset_password/new.html.heex @@ -1,4 +1,4 @@ -
+

<%= dgettext("actions", "forgot your password?") %>

diff --git a/lib/memex_web/templates/user_session/new.html.heex b/lib/memex_web/templates/user_session/new.html.heex index 74b65a5..7179b98 100644 --- a/lib/memex_web/templates/user_session/new.html.heex +++ b/lib/memex_web/templates/user_session/new.html.heex @@ -1,4 +1,4 @@ -
+

<%= dgettext("actions", "log in") %>

diff --git a/lib/memex_web/templates/user_settings/edit.html.heex b/lib/memex_web/templates/user_settings/edit.html.heex index 4fb93c7..8b20c74 100644 --- a/lib/memex_web/templates/user_settings/edit.html.heex +++ b/lib/memex_web/templates/user_settings/edit.html.heex @@ -1,4 +1,4 @@ -
+

<%= gettext("settings") %>