From 1d2c4a183dd29a3669425e39e7ebdfee216c8f03 Mon Sep 17 00:00:00 2001 From: James Campos Date: Mon, 12 Sep 2011 15:48:01 -0700 Subject: [PATCH] smaller thumbs --- 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 3a05394c7..3750ca148 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -3159,8 +3159,8 @@ display: none;\ }\ #qr #files img {\ - max-height: 150px;\ - max-width: 150px;\ + max-height: 100px;\ + max-width: 100px;\ }\ #qr input[name=resto] {\ width: 80px;\ diff --git a/script.coffee b/script.coffee index 5fa4186cc..8bb6e97eb 100644 --- a/script.coffee +++ b/script.coffee @@ -2476,8 +2476,8 @@ main = display: none; } #qr #files img { - max-height: 150px; - max-width: 150px; + max-height: 100px; + max-width: 100px; } #qr input[name=resto] { width: 80px;