From e1cfa1071e90f32b0a9f61baa291c7647c4e9cb1 Mon Sep 17 00:00:00 2001 From: EYHN Date: Wed, 20 Mar 2024 17:15:12 +0000 Subject: [PATCH] chore(core): align sidebar icons (#6219) --- .../src/components/root-app-sidebar/index.tsx | 24 ++++++++++--------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/packages/frontend/core/src/components/root-app-sidebar/index.tsx b/packages/frontend/core/src/components/root-app-sidebar/index.tsx index a230cbc01..f6adf8f8c 100644 --- a/packages/frontend/core/src/components/root-app-sidebar/index.tsx +++ b/packages/frontend/core/src/components/root-app-sidebar/index.tsx @@ -229,17 +229,19 @@ export const RootAppSidebar = ({ {/* fixme: remove the following spacer */}
- } - active={trashActive} - path={paths.trash(currentWorkspaceId)} - > - - {t['com.affine.workspaceSubPath.trash']()} - - - +
+ } + active={trashActive} + path={paths.trash(currentWorkspaceId)} + > + + {t['com.affine.workspaceSubPath.trash']()} + + + +
{environment.isDesktop ? : }