mirror of
https://github.com/zen-browser/desktop.git
synced 2026-05-28 07:45:09 +00:00
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:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user