Give profile notes more room

This commit is contained in:
Nick Colley 2023-02-02 11:39:00 +00:00
parent 98303ec5b9
commit 16c31b40ae
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@
display: grid; display: grid;
grid-template-areas: "avatar name label followed-by follow" grid-template-areas: "avatar name label followed-by follow"
"avatar username username username follow" "avatar username username username follow"
"avatar note note note follow" "avatar note note note note"
"meta meta meta meta meta" "meta meta meta meta meta"
"details details details details details"; "details details details details details";
grid-template-columns: min-content auto 1fr 1fr min-content; grid-template-columns: min-content auto 1fr 1fr min-content;