Close #767
This commit is contained in:
parent
55da34c842
commit
11c7d5316f
@ -2201,6 +2201,7 @@
|
||||
} else {
|
||||
return;
|
||||
}
|
||||
$.addClass(QR.el, 'captcha');
|
||||
$.after($('.textarea', QR.el), $.el('div', {
|
||||
className: 'captchaimg',
|
||||
title: 'Reload',
|
||||
@ -5619,9 +5620,12 @@ h1 {\
|
||||
}\
|
||||
#qr textarea.field {\
|
||||
display: -webkit-box;\
|
||||
min-height: 120px;\
|
||||
min-height: 160px;\
|
||||
min-width: 100%;\
|
||||
}\
|
||||
#qr.captcha textarea.field {\
|
||||
min-height: 120px;\
|
||||
}\
|
||||
.textarea {\
|
||||
position: relative;\
|
||||
}\
|
||||
|
||||
@ -1,4 +1,6 @@
|
||||
master
|
||||
- Mayhem
|
||||
Larger Comment text input by default for 4chan Pass users and on /f/ (no captcha).
|
||||
|
||||
2.35.2
|
||||
- Mayhem
|
||||
|
||||
@ -1688,6 +1688,7 @@ QR =
|
||||
delete @onready
|
||||
else
|
||||
return
|
||||
$.addClass QR.el, 'captcha'
|
||||
$.after $('.textarea', QR.el), $.el 'div',
|
||||
className: 'captchaimg'
|
||||
title: 'Reload'
|
||||
@ -4544,9 +4545,12 @@ h1 {
|
||||
}
|
||||
#qr textarea.field {
|
||||
display: -webkit-box;
|
||||
min-height: 120px;
|
||||
min-height: 160px;
|
||||
min-width: 100%;
|
||||
}
|
||||
#qr.captcha textarea.field {
|
||||
min-height: 120px;
|
||||
}
|
||||
.textarea {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user