From 6d155613aa36906086295a77d7263b5fb86e2ecc Mon Sep 17 00:00:00 2001 From: Darius Kazemi Date: Sat, 31 Dec 2022 15:38:44 -0800 Subject: [PATCH] More whitespace tweaks, this time for follow notifications --- app/javascript/styles/mastodon/components.scss | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss index b7035e0e3..41b357655 100644 --- a/app/javascript/styles/mastodon/components.scss +++ b/app/javascript/styles/mastodon/components.scss @@ -1801,7 +1801,7 @@ a.account__display-name { } .notification__message { - padding: 16px; + padding: 8px 16px 16px 16px; padding-bottom: 0; cursor: default; color: $darker-text-color; @@ -7770,6 +7770,12 @@ noscript { } } +.notification-follow { + .account { + padding: 4px 16px 8px 16px; + } +} + .notification, .status__wrapper { position: relative;