From 16c31b40ae49063be3e32e9d4d9cd0200ff80314 Mon Sep 17 00:00:00 2001 From: Nick Colley Date: Thu, 2 Feb 2023 11:39:00 +0000 Subject: [PATCH] Give profile notes more room --- src/routes/_components/profile/AccountProfile.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/_components/profile/AccountProfile.html b/src/routes/_components/profile/AccountProfile.html index 35af22c7..5140e220 100644 --- a/src/routes/_components/profile/AccountProfile.html +++ b/src/routes/_components/profile/AccountProfile.html @@ -40,7 +40,7 @@ display: grid; grid-template-areas: "avatar name label followed-by follow" "avatar username username username follow" - "avatar note note note follow" + "avatar note note note note" "meta meta meta meta meta" "details details details details details"; grid-template-columns: min-content auto 1fr 1fr min-content;