1
0
Fork 1
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:
mr. m 2025-06-27 17:11:32 +02:00
parent d96d6831a2
commit ed5740c24d
No known key found for this signature in database
GPG key ID: 928E01ED4C97749F

View file

@ -214,7 +214,7 @@
& svg {
overflow: visible;
min-width: calc(100% + 2rem);
min-width: calc(100% * 1.1);
scale: 1.2;
margin-left: 4px;
}