fix: Fixed workspace overflows not working and refined new HSL picker, b=no-bug, c=tabs, common, compact-mode, workspaces

This commit is contained in:
mr. m
2025-06-24 17:44:22 +02:00
parent 9971dbd0ad
commit fe77048619
11 changed files with 89 additions and 49 deletions

View File

@@ -210,6 +210,7 @@
overflow: visible;
min-width: calc(100% + 2rem);
scale: 1.2;
margin-left: 4px;
}
}
@@ -298,6 +299,7 @@
transform: translate(-50%, -50%);
white-space: nowrap;
pointer-events: none;
font-size: small;
&[hidden] {
display: none;
@@ -437,3 +439,13 @@
max-height: 28px;
margin: 0 !important;
}
:root:not([zen-should-be-dark-mode]) {
#PanelUI-zen-gradient-generator-opacity {
display: none !important;
}
#PanelUI-zen-gradient-slider-wave svg path {
stroke: dimgray !important;
}
}