mirror of
https://github.com/zen-browser/desktop.git
synced 2026-04-29 18:54:30 +00:00
fix: Improved native toolbar schemes, b=no-bug, c=common, workspaces
This commit is contained in:
@@ -44,6 +44,7 @@
|
||||
padding: 0;
|
||||
align-self: center;
|
||||
border: none;
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
& #PanelUI-zen-gradient-generator-custom-opacity {
|
||||
@@ -245,7 +246,7 @@
|
||||
.zen-theme-picker-gradient {
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
border-radius: calc(var(--arrowpanel-border-radius) - 4px);
|
||||
border-radius: calc(var(--panel-border-radius) - 4px);
|
||||
|
||||
min-height: calc(var(--panel-width) - var(--panel-padding) * 2 - 2px);
|
||||
background: light-dark(rgba(0, 0, 0, 0.05), rgba(255, 255, 255, 0.03));
|
||||
|
||||
Reference in New Issue
Block a user