Skip to content

Commit

Permalink
Fix user popout blur oveflow and sizing
Browse files Browse the repository at this point in the history
  • Loading branch information
onkofonko committed Jun 8, 2024
1 parent 8337ed8 commit cc16d24
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions public/theme/source.css
Original file line number Diff line number Diff line change
Expand Up @@ -3826,18 +3826,19 @@ button[aria-label="Disable Game Activity"] .contents__322f4:after {

.userPopoutInner_ac0960 {
background: var(--background-floating) !important;
overflow: hidden;
border-radius: var(--context-menu-border-radius)
}

.userPopoutInner_ac0960:before {
content: " ";
position: absolute;
height: 120px;
width: 300px;
height: 100%;
width: 100%;
background-color: var(--background-floating);
border-radius: var(--context-menu-border-radius) var(--context-menu-border-radius) 0 0;
border-radius: var(--context-menu-border-radius)
}


.profileColors_ac6ab4 {
--profile-gradient-primary-color: var(--background-floating) !important;
--profile-gradient-secondary-color: var(--background-floating) !important;
Expand Down

0 comments on commit cc16d24

Please sign in to comment.