From aa5f91566e42be278b45227908ca68974761fe3b Mon Sep 17 00:00:00 2001 From: James Campos Date: Sat, 14 May 2011 19:45:23 -0700 Subject: [PATCH] bigger textarea people complain about small quick reply make textarea XBOX HUEG ??? PROFIT --- 4chan_x.js | 2 +- script.coffee | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/4chan_x.js b/4chan_x.js index ae84350f9..c4d93b6dd 100644 --- a/4chan_x.js +++ b/4chan_x.js @@ -2477,7 +2477,7 @@ text-align: right;\ }\ #options textarea {\ - height: 100px;\ + height: 120px;\ width: 500px;\ }\ \ diff --git a/script.coffee b/script.coffee index b346738e6..8666e5168 100644 --- a/script.coffee +++ b/script.coffee @@ -1939,7 +1939,7 @@ main = text-align: right; } #options textarea { - height: 100px; + height: 120px; width: 500px; }