diff --git a/ghost/admin/app/styles/layouts/user.css b/ghost/admin/app/styles/layouts/user.css index b3ac7690df..ad38449301 100644 --- a/ghost/admin/app/styles/layouts/user.css +++ b/ghost/admin/app/styles/layouts/user.css @@ -172,14 +172,26 @@ /* Notifications */ .user-settings-heading { - border-top: 1px solid var(--lightgrey); - padding-top: 4vw; - margin-top: 4vw; + margin-bottom: 3rem; font-size: 1.55rem; font-weight: 700; line-height: 1.3em; } +.user-settings-subgroup { + border-top: 1px solid var(--lightgrey); + font-size: 1.55rem; + font-weight: 700; + line-height: 1.3em; + padding-top: 3vw; + margin-top: 4vw; + margin-bottom: -1vw; +} + +.user-settings-subgroup .form-group { + margin-bottom: 0; +} + .user-setting-toggle { display: flex; justify-content: space-between; diff --git a/ghost/admin/app/templates/settings/staff/user.hbs b/ghost/admin/app/templates/settings/staff/user.hbs index acbcc78b7f..87299982a6 100644 --- a/ghost/admin/app/templates/settings/staff/user.hbs +++ b/ghost/admin/app/templates/settings/staff/user.hbs @@ -298,28 +298,30 @@ {{#if (feature 'comments')}} -
Receive notifications when members comment on one of your posts
-Receive notifications when members comment on one of your posts
+