mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-06 08:38:37 +00:00
fix(context menu): adjust transparency to account for Firefox
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
//background: var(--primary-background) !important;
|
//background: var(--primary-background) !important;
|
||||||
background-color: rgba(
|
background-color: rgba(
|
||||||
var(--primary-background-rgb),
|
var(--primary-background-rgb),
|
||||||
max(var(--min-opacity), 0.8)
|
max(var(--min-opacity), 0.9)
|
||||||
);
|
);
|
||||||
backdrop-filter: blur(10px);
|
backdrop-filter: blur(10px);
|
||||||
box-shadow: 0px 0px 8px 8px rgba(0, 0, 0, 0.05);
|
box-shadow: 0px 0px 8px 8px rgba(0, 0, 0, 0.05);
|
||||||
|
|||||||
Reference in New Issue
Block a user