We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6474562 commit a4dc49bCopy full SHA for a4dc49b
1 file changed
src/components/settings/SettingsSidebar.tsx
@@ -63,7 +63,7 @@ export function SettingsSidebar() {
63
}));
64
65
return (
66
- <div className="h-full pt-4" data-os-scrollbar style={{ backgroundColor: token.colorBgContainer, overflowY: 'auto' }}>
+ <div className="h-full pt-1" data-os-scrollbar style={{ backgroundColor: token.colorBgContainer, overflowY: 'auto' }}>
67
<Menu
68
mode="inline"
69
selectedKeys={[settingsSection]}
0 commit comments