From 17cd30870a9f950d2839c182baa6279f59951b0a Mon Sep 17 00:00:00 2001 From: Nick Colley Date: Wed, 1 Feb 2023 11:39:46 +0000 Subject: [PATCH] Improve followed-by label --- src/routes/_components/profile/AccountProfileHeader.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/routes/_components/profile/AccountProfileHeader.html b/src/routes/_components/profile/AccountProfileHeader.html index 704a00b4..74be67f3 100644 --- a/src/routes/_components/profile/AccountProfileHeader.html +++ b/src/routes/_components/profile/AccountProfileHeader.html @@ -41,10 +41,10 @@ white-space: nowrap; } .account-profile-followed-by-span { - background: rgba(30, 30, 30, 0.2); - border-radius: 4px; - padding: 3px 5px; white-space: nowrap; + padding: 3px 6px; + border: 1px solid; + border-radius: 4px; } .account-profile-avatar { grid-area: avatar;