mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-21 22:50:59 -05:00
fix(context menu): adjust transparency to account for Firefox
This commit is contained in:
parent
e7e8dbf23d
commit
0543e56678
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
//background: var(--primary-background) !important;
|
||||
background-color: rgba(
|
||||
var(--primary-background-rgb),
|
||||
max(var(--min-opacity), 0.8)
|
||||
max(var(--min-opacity), 0.9)
|
||||
);
|
||||
backdrop-filter: blur(10px);
|
||||
box-shadow: 0px 0px 8px 8px rgba(0, 0, 0, 0.05);
|
||||
|
|
Loading…
Reference in a new issue