diff --git a/routes/_components/profile/AccountProfileDetails.html b/routes/_components/profile/AccountProfileDetails.html index bf8d34a7..c282de1a 100644 --- a/routes/_components/profile/AccountProfileDetails.html +++ b/routes/_components/profile/AccountProfileDetails.html @@ -7,26 +7,24 @@ {{numStatusesDisplay}} -
- - - - -
-
- - - - -
+ + + Follows + + + {{numFollowingDisplay}} + + + + + Followers + + + {{numFollowersDisplay}} + + {{#if account && verifyCredentials && account.id !== verifyCredentials.id}}
@@ -57,6 +55,7 @@ } .account-profile-details-item:hover { + text-decoration: none; background: var(--button-bg-hover); cursor: pointer; }