From 39c7be656c4c8be46df06109fd210387bb3d989c Mon Sep 17 00:00:00 2001 From: troyeguo <13820674+troyeguo@users.noreply.github.com> Date: Sat, 25 Apr 2026 10:10:00 +0800 Subject: [PATCH] feat: adjust sidebar styles for improved spacing and font size --- src/containers/sidebar/component.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/containers/sidebar/component.tsx b/src/containers/sidebar/component.tsx index a1a75b28..88a71f9a 100644 --- a/src/containers/sidebar/component.tsx +++ b/src/containers/sidebar/component.tsx @@ -437,7 +437,7 @@ class Sidebar extends React.Component { style={ this.props.isCollapsed ? {} - : { marginLeft: "25px", marginRight: "5px" } + : { marginLeft: "20px", marginRight: "15px" } } > { this.props.isCollapsed ? { position: "relative", - marginLeft: "-9px", - fontSize: 16, + marginLeft: "-0px", + fontSize: 14, } - : { fontSize: 16 } + : { fontSize: 14 } } >