loader size
This commit is contained in:
@@ -36,7 +36,7 @@ const LoaderModal = ({ isSimleLoader = false }: LoaderModalProps) => {
|
||||
return (
|
||||
<div
|
||||
className={`bg-[#F3F2F0] h-full w-full flex justify-center items-center flex-col fixed z-50 top-0 right-0 ${
|
||||
isMapDesktopModal ? "opacity-50 w-[calc(100%-384px)]" : ""
|
||||
isMapDesktopModal ? "opacity-50 w-[calc(100vw-384px)]" : ""
|
||||
} `}
|
||||
>
|
||||
<LoadingIcon className="animate-spin w-16" />
|
||||
|
||||
Reference in New Issue
Block a user