mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-15 00:56:26 +08:00
fix(core): comment empty style issue (#13208)
fix BS-3618 #### PR Dependency Tree * **PR #13208** 👈 This tree was auto-generated by [Charcoal](https://github.com/danerwilliams/charcoal) <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Style** * Improved the appearance of the empty state in the comment sidebar by centering the text and adjusting line spacing for better readability. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
This commit is contained in:
@@ -42,6 +42,8 @@ export const empty = style({
|
|||||||
padding: 32,
|
padding: 32,
|
||||||
display: 'flex',
|
display: 'flex',
|
||||||
alignItems: 'center',
|
alignItems: 'center',
|
||||||
|
textAlign: 'center',
|
||||||
|
lineHeight: '24px',
|
||||||
justifyContent: 'center',
|
justifyContent: 'center',
|
||||||
color: cssVarV2('text/secondary'),
|
color: cssVarV2('text/secondary'),
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user