mirror of
https://github.com/zen-browser/desktop.git
synced 2026-04-05 07:09:30 +00:00
fix: Fixed TODO in color picker and fixed spacing issues on multiple toolbars, b=no-bug, c=glance, tabs, workspaces
This commit is contained in:
@@ -516,7 +516,7 @@
|
||||
this.dots.push({
|
||||
ID: id,
|
||||
element: dot,
|
||||
position: { x: null, y: null }, // at some point possition should instead be stored as percentege just so that the size of the color picker does not matter.
|
||||
position: { x, y },
|
||||
type: color.type,
|
||||
lightness: color.lightness,
|
||||
});
|
||||
|
||||
@@ -74,6 +74,10 @@
|
||||
& label {
|
||||
margin: 0 !important;
|
||||
}
|
||||
|
||||
:root:not([zen-sidebar-expanded='true']) & {
|
||||
min-width: 36px;
|
||||
}
|
||||
}
|
||||
|
||||
&[reorder-mode='true'] toolbarbutton:not([dragged='true']) {
|
||||
|
||||
Reference in New Issue
Block a user