loader background color + compressed map image
|
Before Width: | Height: | Size: 285 KiB After Width: | Height: | Size: 81 KiB |
|
Before Width: | Height: | Size: 114 KiB After Width: | Height: | Size: 38 KiB |
|
Before Width: | Height: | Size: 270 KiB After Width: | Height: | Size: 77 KiB |
|
Before Width: | Height: | Size: 275 KiB After Width: | Height: | Size: 79 KiB |
|
Before Width: | Height: | Size: 275 KiB After Width: | Height: | Size: 80 KiB |
|
Before Width: | Height: | Size: 309 KiB After Width: | Height: | Size: 90 KiB |
|
Before Width: | Height: | Size: 289 KiB After Width: | Height: | Size: 86 KiB |
|
Before Width: | Height: | Size: 286 KiB After Width: | Height: | Size: 83 KiB |
|
Before Width: | Height: | Size: 292 KiB After Width: | Height: | Size: 86 KiB |
|
Before Width: | Height: | Size: 465 KiB After Width: | Height: | Size: 154 KiB |
|
Before Width: | Height: | Size: 473 KiB After Width: | Height: | Size: 159 KiB |
|
Before Width: | Height: | Size: 451 KiB After Width: | Height: | Size: 150 KiB |
|
Before Width: | Height: | Size: 472 KiB After Width: | Height: | Size: 159 KiB |
|
Before Width: | Height: | Size: 2.0 MiB After Width: | Height: | Size: 559 KiB |
|
Before Width: | Height: | Size: 790 KiB |
@@ -24,8 +24,8 @@ const HouseItem = ({ villa }: HouseItemProps) => {
|
||||
return (
|
||||
<div className={`flex flex-col border border-[#DDD7D6] rounded-2xl`}>
|
||||
<div className="flex w-full text-[12px] font-medium">
|
||||
<div className="w-1/2 overflow-hidden p-2">
|
||||
<div className="w-full min-w-full h-[132px] max-h-[132px] overflow-hidden">
|
||||
<div className="w-1/2 overflow-clip p-2">
|
||||
<div className="w-full min-w-full h-[132px] max-h-[132px] overflow-clip">
|
||||
{villa?.perspectiveWorkings[0]?.image && (
|
||||
<img
|
||||
style={{ overflowClipMargin: "unset" }}
|
||||
|
||||
@@ -33,7 +33,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 leading-snug ${
|
||||
className={`bg-[#E9DCCF] h-full w-full flex justify-center items-center flex-col fixed z-50 top-0 right-0 leading-snug ${
|
||||
isMapDesktopModal ? "opacity-50 w-[calc(100vw-384px)]" : ""
|
||||
} `}
|
||||
>
|
||||
|
||||