mirror of
https://github.com/zen-browser/desktop.git
synced 2025-07-08 00:10:00 +02:00
fix: Fixed scaling issues for the color picker track, b=no-bug, c=workspaces
This commit is contained in:
parent
d96d6831a2
commit
ed5740c24d
1 changed files with 1 additions and 1 deletions
|
@ -214,7 +214,7 @@
|
||||||
|
|
||||||
& svg {
|
& svg {
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
min-width: calc(100% + 2rem);
|
min-width: calc(100% * 1.1);
|
||||||
scale: 1.2;
|
scale: 1.2;
|
||||||
margin-left: 4px;
|
margin-left: 4px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue