mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-20 15:57:06 +08:00
chore: update icon size (#3350)
This commit is contained in:
@@ -54,8 +54,8 @@ export const icon = style({
|
|||||||
});
|
});
|
||||||
|
|
||||||
export const collapsedIconContainer = style({
|
export const collapsedIconContainer = style({
|
||||||
width: '12px',
|
width: '16px',
|
||||||
height: '12px',
|
height: '16px',
|
||||||
display: 'flex',
|
display: 'flex',
|
||||||
alignItems: 'center',
|
alignItems: 'center',
|
||||||
justifyContent: 'center',
|
justifyContent: 'center',
|
||||||
|
|||||||
Reference in New Issue
Block a user