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:
Mr. M
2025-07-18 00:26:14 +02:00
parent 5ad1c6c323
commit 2fa2865f29
5 changed files with 23 additions and 30 deletions

View File

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

View File

@@ -74,6 +74,10 @@
& label {
margin: 0 !important;
}
:root:not([zen-sidebar-expanded='true']) & {
min-width: 36px;
}
}
&[reorder-mode='true'] toolbarbutton:not([dragged='true']) {