From 46901c472c28711e1a9640d6f5fa60a061fe6a31 Mon Sep 17 00:00:00 2001 From: Peng Xiao Date: Thu, 10 Jul 2025 21:50:19 +0800 Subject: [PATCH] fix(core): empty style for comment (#13142) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix AF-2735 #### PR Dependency Tree * **PR #13142** 👈 This tree was auto-generated by [Charcoal](https://github.com/danerwilliams/charcoal) ## Summary by CodeRabbit * **Style** * Increased padding for empty state elements in the comment sidebar to improve visual spacing. --- .../frontend/core/src/components/comment/sidebar/style.css.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/frontend/core/src/components/comment/sidebar/style.css.ts b/packages/frontend/core/src/components/comment/sidebar/style.css.ts index 4c1941a340..10d7db7c76 100644 --- a/packages/frontend/core/src/components/comment/sidebar/style.css.ts +++ b/packages/frontend/core/src/components/comment/sidebar/style.css.ts @@ -39,6 +39,7 @@ export const commentList = style({ export const empty = style({ height: '100%', flex: 1, + padding: 32, display: 'flex', alignItems: 'center', justifyContent: 'center',