From 60282fb0466b0da9b979988461d22cd06f76cfbd Mon Sep 17 00:00:00 2001 From: James Campos Date: Mon, 5 Sep 2011 10:30:17 -0700 Subject: [PATCH] thumb css --- 4chan_x.user.js | 5 +++++ script.coffee | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/4chan_x.user.js b/4chan_x.user.js index 4b1c84c81..9cec3a752 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -3510,6 +3510,11 @@ display: inline;\ width: 100%;\ }\ + #qr #thumbs img {\ + display: block;\ + max-height: 250px;\ + max-width: 250px;\ + }\ ' }; main.init(); diff --git a/script.coffee b/script.coffee index 64379f5e2..d29730ca8 100644 --- a/script.coffee +++ b/script.coffee @@ -2814,6 +2814,11 @@ main = display: inline; width: 100%; } + #qr #thumbs img { + display: block; + max-height: 250px; + max-width: 250px; + } ' main.init()