File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 2727 overflow-x-hidden z-50 min-w-[350px] justify-center items-center md:inset-0 h-[calc(100%-1rem)] max-h-full" >
2828 <div class =" relative p-4 w-full max-h-full max-w-[400px]" >
2929 <!-- Modal content -->
30- <div class =" af-login-modal-content relative bg-lightLoginViewBackground rounded-lg shadow dark:bg-darkLoginViewBackground dark:shadow-black" >
30+ <div class =" af-login-modal-content relative bg-lightLoginViewBackground rounded-lg shadow dark:bg-darkLoginViewBackground dark:shadow-black" :class = " { 'rounded-b-none overflow-hidden': error } " >
3131 <!-- Modal header -->
3232 <div class =" af-login-modal-header flex items-center justify-between flex-col p-4 md:p-5 border-b rounded-t dark:border-gray-600" >
3333
107107 </Button >
108108 </form >
109109 </div >
110- <ErrorMessage v-if =" error" :error =" error" class =" rounded-t-none mb-0 w-full" />
111110 </div >
112- <div v-if =" ! error" class =" h-[52px] " />
111+ <ErrorMessage v-if =" error" :error = " error " class =" absolute left-4 right-4 rounded-t-none mb-0 shadow px-8 " />
113112 </div >
114113 </div >
115114
You can’t perform that action at this time.
0 commit comments