From 699b580cd86b058387c2a3cbf25a1e85e464a1e2 Mon Sep 17 00:00:00 2001 From: James Campos Date: Mon, 9 May 2011 23:56:53 -0700 Subject: [PATCH] bigger textarea --- 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 6363926a6..09c2a450a 100644 --- a/4chan_x.js +++ b/4chan_x.js @@ -2400,7 +2400,7 @@ }\ #qr textarea {\ width: 302px;\ - height: 80px;\ + height: 100px;\ margin: 0px;\ }\ #qr *:not(input):not(textarea) {\ diff --git a/script.coffee b/script.coffee index 95400d49e..fb96d9d98 100644 --- a/script.coffee +++ b/script.coffee @@ -1897,7 +1897,7 @@ main = } #qr textarea { width: 302px; - height: 80px; + height: 100px; margin: 0px; } #qr *:not(input):not(textarea) {