From 9f4d67a65feb317b5ba1045ee7869a2df97394ed Mon Sep 17 00:00:00 2001 From: hz4th_coder Date: Fri, 17 Jul 2026 13:17:56 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E9=A3=8E=E6=A0=BC=E5=88=87=E6=8D=A2?= =?UTF-8?q?=E6=8C=89=E9=92=AE=E6=94=B9=E4=B8=BA=E6=AF=8F=E8=A1=8C=E4=B8=A4?= =?UTF-8?q?=E4=B8=AA=E5=B8=83=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 使用 grid 布局,固定两列 - 按钮更宽,预览色块更清晰 - 保持右侧位置,便于快速切换 --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 841554c..704be94 100644 --- a/style.css +++ b/style.css @@ -478,8 +478,8 @@ input[type="range"]::-moz-range-thumb { } .theme-buttons-grid { - display: flex; - flex-wrap: wrap; + display: grid; + grid-template-columns: repeat(2, 1fr); gap: 10px; }