调整颜色拾取器的最小宽度。
This commit is contained in:
parent
deed113eae
commit
0eb00122c8
|
@ -1,5 +1,6 @@
|
||||||
@layer components {
|
@layer components {
|
||||||
.color_picker {
|
.color_picker {
|
||||||
|
min-width: calc(var(--spacing) * 105);
|
||||||
max-width: calc(var(--spacing) * 125);
|
max-width: calc(var(--spacing) * 125);
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user