From 9caff637eefe7e8173e5e498b2febb135516ed04 Mon Sep 17 00:00:00 2001 From: dimden Date: Sun, 10 Sep 2023 19:48:33 +0300 Subject: [PATCH] fix follow button style --- layouts/profile/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/layouts/profile/style.css b/layouts/profile/style.css index 2c03c632..4beee3e9 100644 --- a/layouts/profile/style.css +++ b/layouts/profile/style.css @@ -531,6 +531,10 @@ a:hover, vertical-align: text-bottom; font: 17px var(--icon-font); } +body.body-old-ui .user-item-btn.following:before, +body.body-old-ui .user-item-btn.follow:before { + vertical-align: sub; +} .tweet-self-thread-button { text-decoration: none;