mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-29 14:04:19 +08:00
fix: adjust padding in item container style for improved layout
This commit is contained in:
parent
f8428df247
commit
fa9e34c563
@ -404,7 +404,7 @@ const NotesSidebar: FC<NotesSidebarProps> = ({
|
||||
ref={virtualListRef}
|
||||
list={flattenedNodes}
|
||||
estimateSize={() => 28}
|
||||
itemContainerStyle={{ padding: '0 8px' }}
|
||||
itemContainerStyle={{ padding: '8px 8px 0 8px' }}
|
||||
overscan={10}
|
||||
isSticky={isSticky}
|
||||
getItemDepth={getItemDepth}>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user