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()