diff --git a/4chan_x.user.js b/4chan_x.user.js index 8b629b8f2..01e44fa2e 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -3186,11 +3186,11 @@ http://code.google.com/p/chromium/issues/detail?id=78961\ */\ font-size: 100px;\ - position: absolute;\ - left: 0;\ opacity: 0;\ }\ #qr #files img {\ + position: absolute;\ + left: 0;\ max-height: 100px;\ max-width: 100px;\ }\ diff --git a/script.coffee b/script.coffee index bba83ab60..dbdde85c1 100644 --- a/script.coffee +++ b/script.coffee @@ -2507,11 +2507,11 @@ Main = http://code.google.com/p/chromium/issues/detail?id=78961 */ font-size: 100px; - position: absolute; - left: 0; opacity: 0; } #qr #files img { + position: absolute; + left: 0; max-height: 100px; max-width: 100px; }