From ee41eab49ad442b6f5ce74efa04031882e7a57ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=97=E4=B8=80=E4=BA=8C?= Date: Sun, 8 Aug 2021 01:34:37 +0800 Subject: [PATCH] fix: workspace list move to center --- src/pages/Main/index.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pages/Main/index.tsx b/src/pages/Main/index.tsx index a3ddcdf7..f4580489 100644 --- a/src/pages/Main/index.tsx +++ b/src/pages/Main/index.tsx @@ -88,7 +88,6 @@ const SidebarTop = styled.div<{ fullscreen?: boolean }>` : css` padding-top: 30px; `} - padding-left: 10px; `; const IconButton = styled(IconButtonRaw)`