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;