reduce the drawer width in desktop size

This commit is contained in:
2025-10-11 09:51:14 +03:00
parent c08e06d04c
commit 072cfd60a1

View File

@@ -71,7 +71,7 @@ export default function HeaderMenuDrawer() {
maskClosable={false}
onClose={closeMobileMenu}
open={mobileMenuOpen}
width={"50%"}
width={isMobile ? "50%" : "25%"}
styles={{
body: {
padding: 0,