From 7fc0d064b34a6a361f0869a17d8432ed24d4b637 Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Sun, 28 Aug 2011 18:59:42 +0200 Subject: [PATCH] Revert "golden ratio" This reverts commit d15cdf30fa45ca9834d4f999d1144cb64707023c. --- 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 ed9012ce3..bed01fc7e 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -3073,7 +3073,7 @@ }\ #qr textarea {\ width: 100%;\ - height: 186px;\ + height: 125px;\ }\ #qr #close, #qr #autohide {\ float: right;\ diff --git a/script.coffee b/script.coffee index 042c7e37c..1fa2e75bc 100644 --- a/script.coffee +++ b/script.coffee @@ -2448,7 +2448,7 @@ main = } #qr textarea { width: 100%; - height: 186px; + height: 125px; } #qr #close, #qr #autohide { float: right;