From 7ec109c6afef6ab31e59dba915a9ff1f339e78e6 Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Thu, 26 Apr 2018 21:09:39 -0700 Subject: [PATCH] fix style nit --- .../profile/AccountProfileDetails.html | 39 +++++++++---------- 1 file changed, 19 insertions(+), 20 deletions(-) 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}} -
- - - - -
-
- - - - -
+ + + + + + + + {{#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; }