fix design bug

This commit is contained in:
hamid zarghami
2025-01-09 12:15:26 +03:30
parent 03c9157295
commit 417f3e047d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ const Footer: FC = () => {
return ( return (
<div className='xl:hidden'> <div className='xl:hidden'>
<div className='h-[90px] '></div> <div className='h-[60px] '></div>
<div className='fixed bottom-2 right-4 left-4 bg-white h-[60px] rounded-2xl flex justify-between items-center px-5'> <div className='fixed bottom-2 right-4 left-4 bg-white h-[60px] rounded-2xl flex justify-between items-center px-5'>
<div className='text-description flex flex-col items-center gap-1.5'> <div className='text-description flex flex-col items-center gap-1.5'>
<Home2 <Home2
+1 -1
View File
@@ -15,7 +15,7 @@ const Header: FC = () => {
const { setOpenSidebar, openSidebar } = useSharedStore() const { setOpenSidebar, openSidebar } = useSharedStore()
return ( return (
<div className='fixed right-4 left-4 xl:right-[285px] top-4 xl:h-16 h-12 flex items-center px-6 bg-white justify-between rounded-[32px] xl:w-[calc(100%-305px)]'> <div className='fixed z-10 right-4 left-4 xl:right-[285px] top-4 xl:h-16 h-12 flex items-center px-6 bg-white justify-between rounded-[32px] xl:w-[calc(100%-305px)]'>
<div className='min-w-[270px] hidden xl:block'> <div className='min-w-[270px] hidden xl:block'>
<Input <Input