mirror of
https://github.com/zen-browser/desktop.git
synced 2026-02-10 22:08:39 +00:00
Fixed windows mica rendering
This commit is contained in:
@@ -134,7 +134,6 @@
|
||||
order: 0 !important;
|
||||
|
||||
display: flex;
|
||||
|
||||
}
|
||||
|
||||
.titlebar-spacer[type='pre-tabs'],
|
||||
|
||||
@@ -136,7 +136,7 @@
|
||||
|
||||
@media (-moz-windows-mica) or (-moz-platform: macos) {
|
||||
background: transparent;
|
||||
--zen-themed-toolbar-bg-transparency: 0.05;
|
||||
--zen-themed-toolbar-bg-transparency: 0;
|
||||
--zen-themed-toolbar-bg-transparent: light-dark(rgba(255, 255, 255, var(--zen-themed-toolbar-bg-transparency)), rgba(0, 0, 0, var(--zen-themed-toolbar-bg-transparency)));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user