fix responsive all page & add modal doctor id & page dashboard aside
This commit is contained in:
@@ -49,7 +49,11 @@ function ModalSearchCity() {
|
||||
<div className="min-w-[20px] min-h-[20px] hidden md:flex">
|
||||
<Location />
|
||||
</div>
|
||||
<p className="text-[#616161] text-[16px] leading-[17px] sm:leading-[19px] md:leading-[22px] lg:leading-[24px] font-medium ml-1 md:mx-1">
|
||||
<p
|
||||
className={`text-[#616161] text-[11px] md:text-[14px] leading-[17px] sm:leading-[19px]
|
||||
md:leading-[22px] lg:leading-[24px] font-medium ml-1 md:mx-1
|
||||
${selected.first && selected.second ? '' : ''}`}
|
||||
>
|
||||
{selected.first && selected.second ?
|
||||
`${selected.first} | ${selected.second}` : 'انتخاب شهر'}
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user