Skip to content

Commit

Permalink
Merge pull request #30 from Huderon/main
Browse files Browse the repository at this point in the history
Fixed spacing on profiles with nitro banners
  • Loading branch information
maenDisease committed Aug 30, 2023
2 parents 8957350 + d4368b0 commit 5345466
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion css/ProfileBannerSkins.css
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,13 @@
position: relative;
}
.accountProfileCard-lbN7n-:has(div[style*=image]) .userInfo-regn9W {
margin-top: 100px;
margin-top: 60px;
}
.accountProfileCard-lbN7n-:has(div[style*=image]) .avatar-3mTjvZ {
top: 22px;
}
.accountProfileCard-lbN7n-:has(div[style*=image]) .userInfo-regn9W > button {
align-self: center;
}
.accountProfileCard-lbN7n- .profileCardUsernameRow-1bb6fi,
.accountProfileCard-lbN7n- .containerWithContent-2Yws8V {
Expand Down

0 comments on commit 5345466

Please sign in to comment.