fix: fix celebration ui for mobile view

This commit is contained in:
RaktimaNXG
2024-05-20 17:26:18 +05:30
parent 090c17c2c0
commit 66c020d903
3 changed files with 2 additions and 14 deletions
@@ -251,17 +251,11 @@ function EmailComponent({
</div>
<div style={{ height: "100%", padding: 20 }}>
{(isCeleb || isCompletionCeleb) && (
<div
style={{
position: "absolute",
marginLeft: "50px"
}}
>
<div className="absolute w-[100%] flex justify-center items-center">
<img
alt="print img"
width={300}
height={250}
// style={styles.gifCeleb}
src={celebration}
/>
</div>
@@ -340,7 +340,6 @@ function SignYourSelf() {
setIsLoading(loadObj);
}
};
console.log("iscompletion", isCompletionCeleb);
const getWidgetValue = (type) => {
switch (type) {
case "name":
+1 -6
View File
@@ -27,12 +27,7 @@ const ModalUi = ({
}
>
{isCompletionCeleb && (
<div
style={{
position: "absolute",
marginLeft: "50px"
}}
>
<div className="absolute w-[100%] flex justify-center items-center">
<img
alt="print img"
width={300}