loader size

This commit is contained in:
2024-03-05 17:40:51 +05:00
parent 39c5a5deaf
commit dbddcca42a
+1 -1
View File
@@ -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" />