Change to non-interactive turnstile (#1678)

This commit is contained in:
Prospector
2024-04-18 16:36:26 -07:00
committed by GitHub
parent 6808d270a7
commit 5a166d2455
5 changed files with 43 additions and 9 deletions

View File

@@ -61,7 +61,17 @@
}
.turnstile {
display: none;
display: flex;
justify-content: center;
overflow: hidden;
border-radius: var(--radius-md);
border: 2px solid var(--color-button-bg);
height: 66px;
iframe {
margin: -1px;
min-width: calc(100% + 2px);
}
}
.auth-form {