Skip to content

Commit 7f0b973

Browse files
authored
Merge pull request DiscordStyles#45 from DaBluLite/master
Fixed User Popout background
2 parents b15a1bf + a7c1c26 commit 7f0b973

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/popouts/_userpopout.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
box-shadow: none;
33
overflow: hidden;
44
opacity: 0;
5+
background: rgba(0, 0, 0, var(--middle-brightness));
6+
backdrop-filter: blur(var(--popout-modal-blur));
57
animation: fadeIn 0.3s ease forwards;
68
.headerNormal-T_seeN {
79
background: transparent;

0 commit comments

Comments
 (0)