@ -22,7 +22,7 @@
< div class = "space-x-2 flex flex-none" >
< span
v - if = "isTextSignature && format !== 'typed_or_upload' && format !== 'typed' && format !== 'upload'"
class = " tooltip"
class = " md: tooltip"
: data - tip = "t('draw_signature')"
>
< a
@ -39,7 +39,7 @@
< / span >
< span
v - else - if = "withTypedSignature && format !== 'drawn_or_upload' && format !== 'typed_or_upload' && format !== 'typed' && format !== 'drawn' && format !== 'upload'"
class = " tooltip ml-2"
class = " md: tooltip ml-2"
: class = "{ 'hidden sm:inline': modelValue || computedPreviousValue }"
: data - tip = "t('type_text')"
>
@ -57,7 +57,7 @@
< / span >
< span
v - if = "format !== 'typed' && format !== 'drawn' && format !== 'upload' && format !== 'drawn_or_typed'"
class = " tooltip"
class = " md: tooltip"
: class = "{ 'hidden sm:inline': modelValue || computedPreviousValue }"
: data - tip = "t('take_photo')"
>
@ -86,7 +86,7 @@
< / a >
< span
v - if = "withQrButton && !modelValue && !computedPreviousValue && format !== 'typed_or_upload' && format !== 'typed' && format !== 'upload'"
class = " tooltip before:translate-x-[-90%]"
class = " md: tooltip before:translate-x-[-90%]"
: data - tip = "t('sign_on_the_touchscreen')"
>
< a
@ -142,7 +142,7 @@
/ >
< div
v - else
class = "relative "
class = "relative select-none "
>
< div
v - if = "!modelValue && !computedPreviousValue && !isShowQr && !isTextSignature && isSignatureStarted"
@ -176,7 +176,7 @@
class = "top-0 bottom-0 right-0 left-0 absolute bg-base-content/10 rounded-2xl"
>
< div
class = "absolute top-1.5 right-1.5 tooltip"
class = "absolute top-1.5 right-1.5 md: tooltip"
>
< a
href = "#"
@ -281,7 +281,7 @@
< div
v - else - if = "withDisclosure"
dir = "auto"
class = "text-base-content/60 text-xs text-center w-full mt-1 "
class = "text-base-content/60 text-xs text-center w-full mt-1 select-none "
>
{ { t ( 'by_clicking_you_agree_to_the' ) . replace ( '{button}' , buttonText . charAt ( 0 ) . toUpperCase ( ) + buttonText . slice ( 1 ) ) } } < a
href = "https://www.docuseal.com/esign-disclosure"