space side menu

This commit is contained in:
hamid zarghami
2025-12-28 17:04:27 +03:30
parent 8c8867cddb
commit d6c2f2630d
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -191,7 +191,7 @@ function FoodPage({ }: Props) {
</div>
</div>
<div className="mt-4 text-xs">
<div className="mt-7 text-xs">
<p className='font-bold'>محتویات:</p>
<p className='mt-2 leading-6'>{content || '-'}</p>
</div>
+2 -2
View File
@@ -204,7 +204,7 @@ function SideMenu({ menuState, toggleMenuState, nightModeState, togglenightModeS
const renderMenu = () => {
return (
<section className="flex-1 overflow-y-scroll noscrollbar py-10 flex flex-col justify-between md:w-[160px] xl:w-[285px]">
<section className="flex-1 overflow-y-scroll noscrollbar pt-6 pb-8 flex flex-col justify-between md:w-[160px] xl:w-[285px]">
{
aboutData?.data?.logo && (
<div className='px-5'>
@@ -212,7 +212,7 @@ function SideMenu({ menuState, toggleMenuState, nightModeState, togglenightModeS
</div>
)
}
<div className=''>
<div className='mt-4'>
<header className="px-5 md:px-6 xl:px-12">
<h6 className="text-start font-bold text-sm text-menu-header mt-2 mb-[19px] dark:text-disabled-text">منو</h6>
</header>