Compact mode toolbar now also gets affected by the texture variable

This commit is contained in:
mr. M
2025-02-17 23:54:33 +01:00
parent 48a7e81906
commit 973d6f64e2

View File

@@ -352,6 +352,20 @@
top: 0 !important;
}
}
&::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-image: url(chrome://browser/content/zen-images/grain-bg.png);
pointer-events: none;
z-index: 0;
opacity: var(--zen-grainy-background-opacity, 0);
mix-blend-mode: overlay;
}
}
}
}