Display QR code when sharing invite link
Fixes: #2495 Signed-off-by: Johannes Marbach <n0-0ne+github@mailbox.org>
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user