diff --git a/hushline/static/css/style.css b/hushline/static/css/style.css index 9308fba5e..da0dbf0ac 100644 --- a/hushline/static/css/style.css +++ b/hushline/static/css/style.css @@ -3181,11 +3181,11 @@ li label { margin-bottom: 0; } -#email_address + .toggle-ui { - margin-top: 1.5rem; +#email_address ~ .toggle-ui { + margin-bottom: 1.5rem; } -#email_address + .toggle-ui + .meta { +#email_address + .meta { margin-top: 0.5rem; - margin-bottom: 1rem; + margin-bottom: 1.25rem; } diff --git a/hushline/templates/settings/notifications.html b/hushline/templates/settings/notifications.html index 43a922dd5..2535afb7e 100644 --- a/hushline/templates/settings/notifications.html +++ b/hushline/templates/settings/notifications.html @@ -51,6 +51,12 @@