summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source/features/user-profile-follower-badge.css13
1 files changed, 3 insertions, 10 deletions
diff --git a/source/features/user-profile-follower-badge.css b/source/features/user-profile-follower-badge.css
index 63dabc92..0b7a0c82 100644
--- a/source/features/user-profile-follower-badge.css
+++ b/source/features/user-profile-follower-badge.css
@@ -2,14 +2,7 @@
font-size: 10px;
display: block;
animation: fade-in 0.2s;
- margin-top: -15px;
- margin-bottom: 5px;
-}
-
-.user-profile-bio {
- margin-top: 5px;
-}
-
-.js-user-profile-follow-button {
- margin-top: 5px;
+ clear: both;
+ height: 0; /* Avoid content jump/relayout */
+ transform: translateY(-1.8em); /* Reposition text in the available area */
}