mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 21:05:19 +00:00
fix: menu item click area (#3051)
This commit is contained in:
@@ -44,6 +44,10 @@ export const content = style({
|
||||
flex: 1,
|
||||
});
|
||||
|
||||
export const postfix = style({
|
||||
justifySelf: 'flex-end',
|
||||
});
|
||||
|
||||
export const icon = style({
|
||||
color: 'var(--affine-icon-color)',
|
||||
fontSize: '20px',
|
||||
|
||||
Reference in New Issue
Block a user