From b412686fbc55b126e96fe95fd6fd443b20e90423 Mon Sep 17 00:00:00 2001 From: James Campos Date: Sun, 28 Aug 2011 09:25:27 -0700 Subject: [PATCH] textarea +5px height --- 4chan_x.user.js | 2 +- script.coffee | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/4chan_x.user.js b/4chan_x.user.js index 2269c8a7a..bed01fc7e 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -3073,7 +3073,7 @@ }\ #qr textarea {\ width: 100%;\ - height: 120px;\ + height: 125px;\ }\ #qr #close, #qr #autohide {\ float: right;\ diff --git a/script.coffee b/script.coffee index 0a2216823..1fa2e75bc 100644 --- a/script.coffee +++ b/script.coffee @@ -2448,7 +2448,7 @@ main = } #qr textarea { width: 100%; - height: 120px; + height: 125px; } #qr #close, #qr #autohide { float: right;