fix autopost width on chrom
This commit is contained in:
parent
b8b6d7e420
commit
f6d865a583
@ -3215,6 +3215,9 @@
|
||||
#qr .autohide input {\
|
||||
width: 82px;\
|
||||
}\
|
||||
#qr #autopost {\
|
||||
width: auto;\
|
||||
}\
|
||||
#qr #recaptcha_response_field {\
|
||||
width: 100%;\
|
||||
}\
|
||||
|
||||
@ -2468,6 +2468,9 @@ Main =
|
||||
#qr .autohide input {
|
||||
width: 82px;
|
||||
}
|
||||
#qr #autopost {
|
||||
width: auto;
|
||||
}
|
||||
#qr #recaptcha_response_field {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user