mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 07:49:52 +03:00
modules menuitem resized
This commit is contained in:
@@ -73,8 +73,6 @@ const LayoutMenuComponent = () => {
|
|||||||
alignItems="flex-start"
|
alignItems="flex-start"
|
||||||
onClick={handleMenuToggle}
|
onClick={handleMenuToggle}
|
||||||
sx={{
|
sx={{
|
||||||
pt: 2.5,
|
|
||||||
pb: menuOpen ? 0 : 2.5,
|
|
||||||
'&:hover, &:focus': { '& svg': { opacity: 1 } }
|
'&:hover, &:focus': { '& svg': { opacity: 1 } }
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user