zarebin-player-library 1.1.12 → 1.1.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -69146,7 +69146,7 @@ var Advertisement = () => {
|
|
|
69146
69146
|
src: adData?.url + `?uuid=${getUUID()}`,
|
|
69147
69147
|
autoPlay: true,
|
|
69148
69148
|
playsInline: true,
|
|
69149
|
-
className: "pl-size-full"
|
|
69149
|
+
className: "pl-absolute pl-top-0 pl-size-full"
|
|
69150
69150
|
}),
|
|
69151
69151
|
/* @__PURE__ */ jsxs("div", {
|
|
69152
69152
|
className: `pl-relative pl-flex pl-h-full pl-w-full pl-flex-col pl-justify-between ${conditions(ConditionName.isTouchScreen) ? "pl-pb-3 pl-pt-4 lg:pl-pb-4" : "pl-pb-5 pl-pt-[30px]"}`,
|