diff --git a/4chan_x.user.js b/4chan_x.user.js index b77c3c370..d5d42026e 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -3169,11 +3169,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 6802230f7..9df150983 100644 --- a/script.coffee +++ b/script.coffee @@ -2501,11 +2501,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; }