mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-21 12:06:35 +08:00
fix(core): list comment changes usage (#13036)
fix AF-2710 #### PR Dependency Tree * **PR #13036** 👈 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** * Limited the maximum width of the comment input container to 800 pixels for improved layout consistency. * **New Features** * Enhanced comment change listings to include pagination information, allowing users to navigate through comment changes more effectively. <!-- end of auto-generated comment: release notes by coderabbit.ai --> Co-authored-by: fengmk2 <fengmk2@gmail.com>
This commit is contained in:
@@ -172,6 +172,7 @@ export const commentInputContainer = style({
|
||||
justifyContent: 'flex-start',
|
||||
gap: '4px',
|
||||
paddingLeft: '8px',
|
||||
maxWidth: '800px',
|
||||
});
|
||||
|
||||
export const userName = style({
|
||||
|
||||
Reference in New Issue
Block a user