style: 💄 2fa dialog styling

This commit is contained in:
ThatOneCalculator 2023-06-15 16:34:56 -07:00
parent ef37b360ed
commit 16b2eda924
No known key found for this signature in database
GPG Key ID: 8703CACD01000000
1 changed files with 7 additions and 5 deletions

View File

@ -35,11 +35,13 @@
<a :href="twoFactorData.url" <a :href="twoFactorData.url"
><img :class="$style.qr" :src="twoFactorData.qr" ><img :class="$style.qr" :src="twoFactorData.qr"
/></a> /></a>
<MkKeyValue :copy="twoFactorData.url"> <div style="max-width: 600px;">
<template #key>{{ i18n.ts._2fa.step2Url }}</template> <MkKeyValue :copy="twoFactorData.url">
<template #value>{{ twoFactorData.url }}</template> <template #key>{{ i18n.ts._2fa.step2Url }}</template>
</MkKeyValue> <template #value>{{ twoFactorData.url }}</template>
<div class="_buttons"> </MkKeyValue>
</div>
<div class="_flexList">
<MkButton primary @click="ok">{{ i18n.ts.next }}</MkButton> <MkButton primary @click="ok">{{ i18n.ts.next }}</MkButton>
<MkButton @click="cancel">{{ i18n.ts.cancel }}</MkButton> <MkButton @click="cancel">{{ i18n.ts.cancel }}</MkButton>
</div> </div>