mirror of
https://github.com/zen-browser/desktop.git
synced 2025-09-05 19:08:18 +00:00
fix: Fixed scaling issues for the color picker track, b=no-bug, c=workspaces
This commit is contained in:
@@ -214,7 +214,7 @@
|
||||
|
||||
& svg {
|
||||
overflow: visible;
|
||||
min-width: calc(100% + 2rem);
|
||||
min-width: calc(100% * 1.1);
|
||||
scale: 1.2;
|
||||
margin-left: 4px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user