From bbed65e41ec82e2a6a1b3a36f869a3d827949f11 Mon Sep 17 00:00:00 2001 From: zhangshun <453905631@qq.com> Date: Tue, 2 Jun 2026 10:33:37 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=A8=A1=E5=9E=8B=E6=93=8D?= =?UTF-8?q?=E4=BD=9C=E6=8C=89=E9=92=AE=E5=B8=83=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/pages/app/app.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/web/src/pages/app/app.css b/web/src/pages/app/app.css index f14e735..673f9d8 100644 --- a/web/src/pages/app/app.css +++ b/web/src/pages/app/app.css @@ -152,8 +152,9 @@ .thumb-actions { position: absolute; inset: 0; - display: flex; - flex-direction: column; + display: grid; + grid-template-columns: repeat(2, minmax(0, 86px)); + align-content: center; align-items: center; justify-content: center; gap: 7px; @@ -172,7 +173,7 @@ } .thumb-actions button { - width: min(86px, 80%); + width: 100%; min-height: 24px; padding: 3px 8px; border-color: rgba(255, 255, 255, 0.3);