From e5443c8b08f77a3f3c28e89857f3b243fab2a8ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=98=89=E8=B1=AA?= <42510293+ziyujiahao@users.noreply.github.com> Date: Thu, 5 Feb 2026 18:56:54 +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(#1794?= =?UTF-8?q?1)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/style/index.less | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/core/core-frontend/src/style/index.less b/core/core-frontend/src/style/index.less index 6168038278..4ee58c7ef0 100644 --- a/core/core-frontend/src/style/index.less +++ b/core/core-frontend/src/style/index.less @@ -760,5 +760,9 @@ strong { } .tox-toolbar__overflow { - transform: translateY(-55px); + transform: translateY(-59px); +} + +.tox-tinymce-inline { + transform: translateY(-8px); }