From ea0df4fb197aae9f7d0b0ccfa05d21988c03af9d Mon Sep 17 00:00:00 2001 From: CodeST <694468528@qq.com> Date: Tue, 10 Feb 2026 19:12:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9UI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CustomKeyboard/View/KBToolBar.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CustomKeyboard/View/KBToolBar.m b/CustomKeyboard/View/KBToolBar.m index 408dc71..44ddb27 100644 --- a/CustomKeyboard/View/KBToolBar.m +++ b/CustomKeyboard/View/KBToolBar.m @@ -453,7 +453,7 @@ - (void)kb_updateRightControlsConstraints { [self.avatarImageView mas_remakeConstraints:^(MASConstraintMaker *make) { make.right.equalTo(self).offset(-12); - make.centerY.equalTo(self).offset(5); + make.centerY.equalTo(self).offset(0); make.width.height.mas_equalTo(kKBAvatarSize); }]; [self.undoButtonInternal mas_remakeConstraints:^(MASConstraintMaker *make) {