Reza_ashrafi 2 years ago
commit cfe5d6da83
  1. 7
      src/App.scss
  2. 3
      src/components/VodProduct/index.js
  3. 2
      src/views/Dashboard/layouts/Main/Addresses/index.js

@ -139,3 +139,10 @@ iframe {
-ms-overflow-style: none; /* IE and Edge */
scrollbar-width: none; /* Firefox */
}
.line-clamp-3 {
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
}

@ -58,8 +58,9 @@ const VodProduct = ({
className="group transition ease-in-out delay-150 duration-300 w-full relative flex items-center justify-center cursor-pointer"
style={{
backgroundImage: `url(https://dnvn.ir/api/v1/file/${video?.fileIds})`,
backgroundSize: "100% 100%",
backgroundSize: "cover",
backgroundRepeat: "no-repeat",
backgroundPosition: "center center",
height: height,
}}
data-modal-toggle="large-modal"

@ -69,7 +69,7 @@ const ProfileAddress = ({
}}
>
 
{window.t("یک آدرس جfdsدید اضافه کنید")}
{window.t("یک آدرس اضافه کنید")}
<strong className="text-lg transform translate-y-0.5 mr-1">+</strong>
</button>
</div>

Loading…
Cancel
Save