mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-30 18:24:29 +01:00
Made quick-reply box resizable horizontally
This commit is contained in:
parent
8eb3d709f7
commit
25c2a18a71
@ -83,11 +83,12 @@
|
|||||||
}\
|
}\
|
||||||
#quick-reply textarea {\
|
#quick-reply textarea {\
|
||||||
width: 100%;\
|
width: 100%;\
|
||||||
|
min-width: 100%;\
|
||||||
box-sizing: border-box;\
|
box-sizing: border-box;\
|
||||||
-webkit-box-sizing:border-box;\
|
-webkit-box-sizing:border-box;\
|
||||||
-moz-box-sizing: border-box;\
|
-moz-box-sizing: border-box;\
|
||||||
font-size: 10pt;\
|
font-size: 10pt;\
|
||||||
resize: vertical;\
|
resize: vertical horizontal;\
|
||||||
}\
|
}\
|
||||||
#quick-reply input, #quick-reply select, #quick-reply textarea {\
|
#quick-reply input, #quick-reply select, #quick-reply textarea {\
|
||||||
margin: 0 0 1px 0;\
|
margin: 0 0 1px 0;\
|
||||||
|
Loading…
Reference in New Issue
Block a user