From ba99bb9484e5725b885a304ecbd0b54f2cbc18f4 Mon Sep 17 00:00:00 2001 From: James Campos Date: Sun, 15 May 2011 09:43:14 -0700 Subject: [PATCH] embiggen the correct 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 ad36bd66f..fd6718084 100644 --- a/4chan_x.js +++ b/4chan_x.js @@ -2500,7 +2500,7 @@ }\ #qr textarea {\ width: 302px;\ - height: 100px;\ + height: 120px;\ margin: 0px;\ }\ #qr *:not(input):not(textarea) {\ diff --git a/script.coffee b/script.coffee index e4c175754..fd21a9df0 100644 --- a/script.coffee +++ b/script.coffee @@ -1962,7 +1962,7 @@ main = } #qr textarea { width: 302px; - height: 100px; + height: 120px; margin: 0px; } #qr *:not(input):not(textarea) {