From e51b4a995a55e1737adc04f6edb02448c696c183 Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Wed, 20 May 2026 10:20:58 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E4=BC=98=E5=8C=96=E5=AF=8C?= =?UTF-8?q?=E6=96=87=E6=9C=AC=E5=BC=B9=E6=A1=86=E4=BD=8D=E7=BD=AE=20#17938?= =?UTF-8?q?=20(#17940)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit cherry-pick 4dc25ab7,将 .tox-toolbar__overflow 的 translateY 从 -59px 调整为 -55px。 Co-Authored-By: Claude Opus 4.7 (1M context) --- core/core-frontend/src/style/index.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core-frontend/src/style/index.less b/core/core-frontend/src/style/index.less index 4848e80932..e0ca52472b 100644 --- a/core/core-frontend/src/style/index.less +++ b/core/core-frontend/src/style/index.less @@ -769,7 +769,7 @@ strong { } .tox-toolbar__overflow { - transform: translateY(-59px); + transform: translateY(-55px); } .tox-tinymce-inline {