Skip to content

Commit

Permalink
Fix user profile popout fake header
Browse files Browse the repository at this point in the history
  • Loading branch information
Saltssaumure committed Jun 26, 2024
1 parent ca55390 commit bd89f68
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions scss/overlay/popover/_userprofile.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@
// Popout or in profile settings
.userProfileOuter_c69a7b {
border-radius: 0;
overflow: visible;

&:not(.profileCustomizationPreview_ab876d) {
@include box.windowHasPseudoTitle("User info", $OFFSET: 0);
@include box.windowHasPseudoTitle("User info", $OFFSET: -2px);
}

&.profileCustomizationPreview_ab876d {
Expand All @@ -27,11 +28,12 @@
// Avatar
.avatarWrapper_f89da9 {
&:not(.avatarPositionPremiumBanner_f89da9) {
left: 24px;
left: 22px;
top: 16px;
}

&.avatarPositionPremiumBanner_f89da9 {
left: 20px;
left: 18px;
top: 72px;
}
}
Expand Down

0 comments on commit bd89f68

Please sign in to comment.