From 9e7cbfe2b73e54679cbf2f88b4f7774c88856de8 Mon Sep 17 00:00:00 2001 From: laurikjk Date: Wed, 4 Feb 2026 13:50:23 +0200 Subject: [PATCH] Fix banner widening the center column, make banner adapt to column instead --- src/pages/user/ProfileHeader.tsx | 2 +- src/pages/user/index.tsx | 2 +- src/shared/components/RightColumn.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/user/ProfileHeader.tsx b/src/pages/user/ProfileHeader.tsx index ed901131..2cc07a09 100644 --- a/src/pages/user/ProfileHeader.tsx +++ b/src/pages/user/ProfileHeader.tsx @@ -104,7 +104,7 @@ const ProfileHeader = ({ )}
-
+
{profile?.banner && ( -
+
diff --git a/src/shared/components/RightColumn.tsx b/src/shared/components/RightColumn.tsx index fd752d55..9e9cfb5f 100644 --- a/src/shared/components/RightColumn.tsx +++ b/src/shared/components/RightColumn.tsx @@ -43,7 +43,7 @@ function RightColumn({children}: RightColumnProps) { return ( -
+