diff --git a/4chan_x.user.js b/4chan_x.user.js index ad1b802d8..5c76fd49a 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -4006,13 +4006,13 @@ img[md5], img[md5] + img {\ /* revealed spoilers do not have height/width,\ this fixed "expanded" auto-gifs */\ img[md5] {\ - max-height: 126px;\ - max-width: 126px;\ -}\ -.op > a > img[md5] {\ max-height: 251px;\ max-width: 251px;\ }\ +td > .filesize > img[md5] {\ + max-height: 126px;\ + max-width: 126px;\ +}\ \ #qr, #qp, #updater, #stats, #ihover, #overlay, #navlinks {\ position: fixed;\ diff --git a/script.coffee b/script.coffee index fd0563d8e..7528224c5 100644 --- a/script.coffee +++ b/script.coffee @@ -3335,13 +3335,13 @@ img[md5], img[md5] + img { /* revealed spoilers do not have height/width, this fixed "expanded" auto-gifs */ img[md5] { - max-height: 126px; - max-width: 126px; -} -.op > a > img[md5] { max-height: 251px; max-width: 251px; } +td > .filesize > img[md5] { + max-height: 126px; + max-width: 126px; +} #qr, #qp, #updater, #stats, #ihover, #overlay, #navlinks { position: fixed;