Onboarding: better OS auto-open, move QR to its own row

This commit is contained in:
Aaron
2025-12-13 14:56:48 -05:00
parent bcb6f3005d
commit 798d78cb13
2 changed files with 22 additions and 8 deletions

View File

@@ -191,6 +191,12 @@ code.inline {
width: min(360px, 100%);
}
.qr-wrap {
display: flex;
justify-content: center;
margin: 8px 0 4px;
}
.qr-title {
margin: 0;
font-weight: 700;