mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 04:48:53 +00:00
feat: improve search ux
This commit is contained in:
@@ -26,8 +26,11 @@ const styles = style9.create({
|
||||
lineHeight: '17px',
|
||||
textAlign: 'justify',
|
||||
letterSpacing: '1.5px',
|
||||
marginLeft: '21px',
|
||||
marginLeft: '8px',
|
||||
color: '#4C6275',
|
||||
textOverflow: 'ellipsis',
|
||||
overflow: 'hidden',
|
||||
whiteSpace: 'nowrap',
|
||||
},
|
||||
});
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
export { BaseButton } from './base-button';
|
||||
export { ListButton } from './list-button';
|
||||
export { ListButton } from './ListButton';
|
||||
export { IconButton } from './IconButton';
|
||||
|
||||
Reference in New Issue
Block a user