fix: workspace list move to center

This commit is contained in:
林一二 2021-08-08 01:34:37 +08:00
parent f3870043fd
commit ee41eab49a

View file

@ -88,7 +88,6 @@ const SidebarTop = styled.div<{ fullscreen?: boolean }>`
: css`
padding-top: 30px;
`}
padding-left: 10px;
`;
const IconButton = styled(IconButtonRaw)`