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;