update: enhance global card styling and sidebar menu appearance

This commit is contained in:
2025-10-08 14:38:00 +07:00
parent dcedf9fe19
commit 9806593319
6 changed files with 81 additions and 30 deletions

View File

@@ -6,7 +6,8 @@ import LayoutMenu from './LayoutMenu';
const { Sider } = Layout;
const LayoutSidebar = () => {
return (
<Sider width={300}
<Sider
width={300}
breakpoint="lg"
collapsedWidth="0"
onBreakpoint={(broken) => {
@@ -15,6 +16,9 @@ const LayoutSidebar = () => {
onCollapse={(collapsed, type) => {
// console.log(collapsed, type);
}}
style={{
background: 'linear-gradient(180deg, #FF8C42 0%, #FF6B35 100%)',
}}
>
<LayoutLogo />
<LayoutMenu />