diff --git a/apps/core/src/components/affine/setting-modal/setting-sidebar/style.css.ts b/apps/core/src/components/affine/setting-modal/setting-sidebar/style.css.ts index 3e24e92b74..4785215fcd 100644 --- a/apps/core/src/components/affine/setting-modal/setting-sidebar/style.css.ts +++ b/apps/core/src/components/affine/setting-modal/setting-sidebar/style.css.ts @@ -61,7 +61,12 @@ export const sidebarSelectItem = style({ }, }, }); - +globalStyle(`${settingSlideBar} .icon`, { + width: '16px', + height: '16px', + marginRight: '10px', + flexShrink: 0, +}); globalStyle(`${settingSlideBar} .setting-name`, { minWidth: 0, overflow: 'hidden',