Skip to content

Commit

Permalink
Update transparent-popups.css
Browse files Browse the repository at this point in the history
  • Loading branch information
s-k-y-l-i authored Apr 2, 2024
1 parent 0edf016 commit 91f3788
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Theme code/transparent-popups.css
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
#manage-streams::after, #spotify-album-menu::after, #spotify-Song-menu::after,
#spotify-Artist-menu::after, #spotify-Album-menu::after,
#channel-mention-context::after, #mentions-filter::after,
#dev-context::after*/ [role="menu"][id]:not(#account)::after,
#dev-context::after*/ [role="menu"][id]:not(#account):not(#guild-context)::after,
.root_a28985:has(>div>.connectionsContainer__52d37)::before {
content: "";
backdrop-filter: blur(var(--blur-popup));
Expand Down Expand Up @@ -484,3 +484,7 @@ form.form__7ab21 {
.perkRow__77c96 {border-bottom: 0;}

.premiumIconWrapper__7793e { display: none; }

.layerContainer_a2fcaa {
z-index: 9999;
}

0 comments on commit 91f3788

Please sign in to comment.