From 04e865baa2c700e0af531dfd9872bd2be6ea83ac Mon Sep 17 00:00:00 2001 From: Huderon Date: Sun, 6 Aug 2023 13:53:16 +1000 Subject: [PATCH] fixed banner sizing for ProfileBannerSkins --- css/ProfileBannerSkins.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/css/ProfileBannerSkins.css b/css/ProfileBannerSkins.css index 75dfefe..b2da1cf 100644 --- a/css/ProfileBannerSkins.css +++ b/css/ProfileBannerSkins.css @@ -68,8 +68,10 @@ background-color: var(--profile-body-background-color); box-shadow: var(--elevation-medium); } -.accountProfileCard-lbN7n-:not(:has(div[style*=image])) .bannerSVGWrapper-2CLfzN { - position: absolute; +.accountProfileCard-lbN7n- .bannerSVGWrapper-2CLfzN { + position: absolute; + min-width: unset !important; + width: 100%; } .accountProfileCard-lbN7n- .userInfo-regn9W { height: 116px;