From e371f1561cf6a4de78f409ecff49034f37eb9548 Mon Sep 17 00:00:00 2001 From: Brendan Jones <16049594+brendanjones@users.noreply.github.com> Date: Wed, 14 Feb 2024 12:14:33 +0100 Subject: [PATCH] Move the Posts/Following/Followers line further up the profile --- .../features/account/components/header.jsx | 46 +++++++++---------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/app/javascript/mastodon/features/account/components/header.jsx b/app/javascript/mastodon/features/account/components/header.jsx index 233d208c64..ab0dee896a 100644 --- a/app/javascript/mastodon/features/account/components/header.jsx +++ b/app/javascript/mastodon/features/account/components/header.jsx @@ -448,6 +448,29 @@ class Header extends ImmutablePureComponent { +
+ + + + + + + + + + + +
+ {badges.length > 0 && (
{badges} @@ -478,29 +501,6 @@ class Header extends ImmutablePureComponent { ))}
- -
- - - - - - - - - - - -
)}