From 68ebaf38bd7643edc3edca4a4236bfbb763af536 Mon Sep 17 00:00:00 2001 From: freakoverse Date: Wed, 30 Oct 2024 16:50:03 +0000 Subject: [PATCH 1/2] Update src/styles/author.css --- src/styles/author.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/styles/author.css b/src/styles/author.css index 6992c70..c0cc042 100644 --- a/src/styles/author.css +++ b/src/styles/author.css @@ -33,9 +33,11 @@ } .IBMSMSMSSS_Author_Top_Details { - display: grid; - grid-template-columns: 1fr; + display: flex; + flex-direction: column; grid-gap: 15px; + flex-grow: 1; + width: 100%; } .HBSS_Author_Top_NostrLinks { @@ -128,7 +130,6 @@ } .IBMSMSMSSS_Author_Top_Left { - height: 100%; display: flex; flex-direction: column; grid-gap: 15px; @@ -137,7 +138,6 @@ @media (max-width: 576px) { .IBMSMSMSSS_Author_Top_Left { - height: 100%; display: flex; flex-direction: column; grid-gap: 25px; From 40dd903e97230e9f17db4c1fbba833f33c763fb9 Mon Sep 17 00:00:00 2001 From: freakoverse Date: Wed, 30 Oct 2024 17:01:30 +0000 Subject: [PATCH 2/2] Update src/styles/author.css --- src/styles/author.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/styles/author.css b/src/styles/author.css index c0cc042..0825330 100644 --- a/src/styles/author.css +++ b/src/styles/author.css @@ -8,8 +8,8 @@ } .IBMSMSMSSS_Author_Top { - display: grid; - grid-template-columns: 1fr; + display: flex; + flex-direction: column; grid-gap: 15px; justify-content: start; align-items: start;