fix: Improved native toolbar schemes, b=no-bug, c=common, workspaces

This commit is contained in:
mr. m
2025-07-20 01:16:58 +02:00
parent 17f6291a1d
commit 8a60cbd61f
4 changed files with 14 additions and 15 deletions

View File

@@ -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));