mirror of
https://github.com/OpenSignLabs/OpenSign.git
synced 2026-08-26 09:32:37 +02:00
fix: fix celebration ui for mobile view
This commit is contained in:
@@ -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":
|
||||
|
||||
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user