fix(workspaces): adjust toolbar background transparency and optimize button alignment during resize

This commit is contained in:
mr. M
2025-03-21 07:59:30 +01:00
parent 9c7c44cb49
commit 4f140893c9
2 changed files with 8 additions and 6 deletions

View File

@@ -164,7 +164,7 @@
background: transparent;
--zen-themed-toolbar-bg-transparent: transparent;
@media (-moz-bool-pref: 'zen.widget.windows.acrylic') {
--zen-themed-toolbar-bg-transparent: color-mix(in srgb, var(--zen-themed-toolbar-bg) 75%, transparent 25%);
--zen-themed-toolbar-bg-transparent: color-mix(in srgb, var(--zen-themed-toolbar-bg) 35%, transparent 65%);
}
}