Fix captcha centering (broken by 46fd6744da2d4e8e3a2e3916ad6fd4483edc5ddf).
This commit is contained in:
parent
55c58a33cc
commit
7b413f62de
@ -1333,10 +1333,10 @@ input.field.tripped:not(:hover):not(:focus) {
|
||||
}
|
||||
#qr .captcha-container > div {
|
||||
margin: auto;
|
||||
width: 304px;
|
||||
}
|
||||
/* scrollable with scroll bar hidden; prevents scroll on space press */
|
||||
:root.blink #qr .captcha-container > div {
|
||||
width: 304px;
|
||||
overflow: hidden;
|
||||
}
|
||||
:root.blink #qr .captcha-container > div > div:first-of-type {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user