From 0c99311b8d21fe018da5994bf89ce409967f330f Mon Sep 17 00:00:00 2001 From: James Campos Date: Wed, 7 Sep 2011 14:52:33 -0700 Subject: [PATCH] 150x150 --- 4chan_x.user.js | 4 ++-- script.coffee | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/4chan_x.user.js b/4chan_x.user.js index de8f55892..1c48475f0 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -3151,8 +3151,8 @@ display: none;\ }\ #qr #files img {\ - max-height: 250px;\ - max-width: 250px;\ + max-height: 150px;\ + max-width: 150px;\ }\ #qr input[name=resto] {\ width: 80px;\ diff --git a/script.coffee b/script.coffee index e0956da82..0ac5948f5 100644 --- a/script.coffee +++ b/script.coffee @@ -2468,8 +2468,8 @@ main = display: none; } #qr #files img { - max-height: 250px; - max-width: 250px; + max-height: 150px; + max-width: 150px; } #qr input[name=resto] { width: 80px;