We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b15a1bf commit a7c1c26Copy full SHA for a7c1c26
src/popouts/_userpopout.scss
@@ -2,6 +2,8 @@
2
box-shadow: none;
3
overflow: hidden;
4
opacity: 0;
5
+ background: rgba(0, 0, 0, var(--middle-brightness));
6
+ backdrop-filter: blur(var(--popout-modal-blur));
7
animation: fadeIn 0.3s ease forwards;
8
.headerNormal-T_seeN {
9
background: transparent;
0 commit comments