lavoce #4

Merged
bragaz_rexita merged 11 commits from lavoce into main 2025-10-23 04:27:57 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit cb98d91577 - Show all commits

View File

@@ -7,7 +7,7 @@ const { Sider } = Layout;
const LayoutSidebar = () => {
return (
<Sider
width={300}
width={210}
breakpoint="lg"
collapsedWidth="0"
onBreakpoint={(broken) => {

View File

@@ -20,7 +20,7 @@ const MainLayout = ({ children }) => {
<LayoutSidebar />
<Layout
style={{
marginLeft: isDesktop ? '300px' : '0',
marginLeft: isDesktop ? '210px' : '0',
overflow: 'auto',
}}
>