Make sticker modal opaque
This commit is contained in:
@@ -388,7 +388,7 @@ p.sticker.gif {
|
||||
display: grid;
|
||||
align-items: end;
|
||||
padding: 16px;
|
||||
background: rgba(0, 0, 0, 0.46);
|
||||
background: var(--bg-0);
|
||||
}
|
||||
.sticker-dialog {
|
||||
min-height: 0;
|
||||
@@ -398,7 +398,7 @@ p.sticker.gif {
|
||||
gap: 10px;
|
||||
padding: 12px;
|
||||
border: 1px solid var(--neon-magenta);
|
||||
background: rgba(7, 9, 15, 0.98);
|
||||
background: var(--bg-1);
|
||||
box-shadow: var(--shadow-magenta);
|
||||
}
|
||||
.sticker-head {
|
||||
|
||||
Reference in New Issue
Block a user