Skip to content

Commit a4dc49b

Browse files
committed
style(settings-sidebar): 调整设置侧边栏的内边距
1 parent 6474562 commit a4dc49b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/settings/SettingsSidebar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export function SettingsSidebar() {
6363
}));
6464

6565
return (
66-
<div className="h-full pt-4" data-os-scrollbar style={{ backgroundColor: token.colorBgContainer, overflowY: 'auto' }}>
66+
<div className="h-full pt-1" data-os-scrollbar style={{ backgroundColor: token.colorBgContainer, overflowY: 'auto' }}>
6767
<Menu
6868
mode="inline"
6969
selectedKeys={[settingsSection]}

0 commit comments

Comments
 (0)