Skip to content

Commit

Permalink
Merge pull request #29 from Huderon/main
Browse files Browse the repository at this point in the history
fixed banner sizing for ProfileBannerSkins
  • Loading branch information
maenDisease committed Aug 6, 2023
2 parents 9ea4fca + 04e865b commit 8957350
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions css/ProfileBannerSkins.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 8957350

Please sign in to comment.