From 02de0e701163626fa50c6b60052e71bfa26748c9 Mon Sep 17 00:00:00 2001 From: Gigi Date: Sat, 22 Nov 2025 02:13:02 +0100 Subject: [PATCH] fix: remove horizontal padding from profile header to match tabs width --- src/styles/components/profile.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/styles/components/profile.css b/src/styles/components/profile.css index d588498a..31ba3b50 100644 --- a/src/styles/components/profile.css +++ b/src/styles/components/profile.css @@ -17,6 +17,12 @@ padding: 2rem 1rem 0; } +/* Remove horizontal padding when inside explore-header to match tabs width */ +.explore-header .profile-header-wrapper { + padding-left: 0; + padding-right: 0; +} + .profile-card-with-menu { position: relative; max-width: 600px;