From 0eb00122c8bc8b8644d754d7229d892ac95322a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E6=B6=9B?= Date: Mon, 13 Jan 2025 17:03:07 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E9=A2=9C=E8=89=B2=E6=8B=BE?= =?UTF-8?q?=E5=8F=96=E5=99=A8=E7=9A=84=E6=9C=80=E5=B0=8F=E5=AE=BD=E5=BA=A6?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/ColorPicker.module.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/ColorPicker.module.css b/src/components/ColorPicker.module.css index e9d553d..b5b4634 100644 --- a/src/components/ColorPicker.module.css +++ b/src/components/ColorPicker.module.css @@ -1,5 +1,6 @@ @layer components { .color_picker { + min-width: calc(var(--spacing) * 105); max-width: calc(var(--spacing) * 125); display: flex; flex-direction: column;