You've already forked AstralRinth
forked from didirus/AstralRinth
Change to non-interactive turnstile (#1678)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user