Skip to content

Commit d0d9534

Browse files
committed
fix(decrypt): keep responsive Yivi QR inside its parent card
1 parent fbd747c commit d0d9534

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/lib/components/filesharing/YiviQRCode.svelte

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,9 @@
8888
}
8989
9090
.yivi-qr-container.responsive {
91+
width: 100%;
92+
max-width: 330px;
93+
aspect-ratio: 1 / 1;
9194
height: auto;
9295
min-height: 200px;
9396
}

0 commit comments

Comments
 (0)