From 2c09d0e72e753e89c2775e3ccaf3f6b08488b11d Mon Sep 17 00:00:00 2001 From: Jan Cernik Date: Wed, 3 Jul 2024 11:29:43 -0300 Subject: [PATCH] FIX: User control spacing when user cannot be followed --- assets/stylesheets/common/follow.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/assets/stylesheets/common/follow.scss b/assets/stylesheets/common/follow.scss index 886d423..4371cf5 100644 --- a/assets/stylesheets/common/follow.scss +++ b/assets/stylesheets/common/follow.scss @@ -14,3 +14,8 @@ margin-bottom: 1em; display: block; } + +.user-main + li.user-profile-controls-outlet.follow-button-container:has(div:empty) { + margin: 0; +}