mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-24 07:30:10 +01:00
Merge pull request #133 from JasonPuglisi/horizontal-quick-reply-resize
Made quick-reply box resizable horizontally
This commit is contained in:
commit
cdac85bb2b
@ -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