fix(sidebar): set fixed sider width to 220

This commit is contained in:
MHSanaei 2026-06-03 21:52:48 +02:00
parent ceef413dc4
commit c78285402e
No known key found for this signature in database
GPG key ID: 7E4060F2FBE5AB7A

View file

@ -234,6 +234,7 @@ export default function AppSidebar() {
<div className="ant-sidebar">
<Layout.Sider
theme={currentTheme}
width={220}
collapsible
collapsed={collapsed}
breakpoint="md"