diff --git a/backend/src/Squidex/Areas/IdentityServer/Views/Account/Consent.cshtml b/backend/src/Squidex/Areas/IdentityServer/Views/Account/Consent.cshtml index b294704ac..ae8c1f74c 100644 --- a/backend/src/Squidex/Areas/IdentityServer/Views/Account/Consent.cshtml +++ b/backend/src/Squidex/Areas/IdentityServer/Views/Account/Consent.cshtml @@ -2,6 +2,7 @@ @{ ViewBag.ThemeColor = "white"; + ViewBag.ThemeSize = "profile-lg"; ViewBag.Title = T.Get("users.consent.title"); } diff --git a/backend/src/Squidex/Areas/IdentityServer/Views/Account/Login.cshtml b/backend/src/Squidex/Areas/IdentityServer/Views/Account/Login.cshtml index e6d5f4a18..806e752cf 100644 --- a/backend/src/Squidex/Areas/IdentityServer/Views/Account/Login.cshtml +++ b/backend/src/Squidex/Areas/IdentityServer/Views/Account/Login.cshtml @@ -2,6 +2,7 @@ @{ ViewBag.ThemeColor = "white"; + ViewBag.ThemeSize = "profile-lg"; var action = Model.IsLogin ? T.Get("common.login") : T.Get("common.signup"); diff --git a/backend/src/Squidex/Areas/IdentityServer/Views/Profile/Profile.cshtml b/backend/src/Squidex/Areas/IdentityServer/Views/Profile/Profile.cshtml index 103e3ad5d..98505dac7 100644 --- a/backend/src/Squidex/Areas/IdentityServer/Views/Profile/Profile.cshtml +++ b/backend/src/Squidex/Areas/IdentityServer/Views/Profile/Profile.cshtml @@ -35,7 +35,7 @@ } -
+
@@ -252,7 +252,7 @@
-
diff --git a/frontend/app/theme/_static.scss b/frontend/app/theme/_static.scss index 31238cec0..9b230bfb4 100644 --- a/frontend/app/theme/_static.scss +++ b/frontend/app/theme/_static.scss @@ -42,7 +42,7 @@ noscript { } &-section { - margin-top: 2rem; + margin-top: 3rem; } &-section-sm {