Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/contacts.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Steinmetz <richard@steinmetz.cloud>2022-07-15 11:30:55 +0300
committerbackportbot-nextcloud[bot] <backportbot-nextcloud[bot]@users.noreply.github.com>2022-07-15 13:17:00 +0300
commitcaceefea0f5718ff3c8e08633e4abeb3d2b09c6a (patch)
tree0193f59e8950543c08dfef69bae8ab2d56bb8694
parent7e4330aee20e9e412a48894166746501c7b5ae0e (diff)
Fix qr modal size
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
-rw-r--r--src/components/ContactDetails.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/ContactDetails.vue b/src/components/ContactDetails.vue
index 37b8b318..d53a7cfb 100644
--- a/src/components/ContactDetails.vue
+++ b/src/components/ContactDetails.vue
@@ -143,6 +143,7 @@
<!-- qrcode -->
<Modal v-if="qrcode"
id="qrcode-modal"
+ size="small"
:clear-view-delay="-1"
:title="contact.displayName"
@close="closeQrModal">