Display QR code when sharing invite link

Fixes: #2495
Signed-off-by: Johannes Marbach <n0-0ne+github@mailbox.org>
This commit is contained in:
Johannes Marbach
2024-09-02 08:25:10 +02:00
parent 7e3e17a3e8
commit 354382d498
7 changed files with 198 additions and 1 deletions

View File

@@ -24,3 +24,12 @@ limitations under the License.
.button {
width: 100%;
}
.qrCode {
display: flex;
justify-content: center;
}
.qrCode img {
margin-block-end: var(--cpd-space-8x);
}