fix: error style of setting sidebar (#4368)

This commit is contained in:
Qi
2023-09-16 08:56:08 +08:00
committed by GitHub
parent d3635208f6
commit acecb4bf69

View File

@@ -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',