diff --git a/4chan_x.user.js b/4chan_x.user.js index 7642c2b67..77c7a773c 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -4088,6 +4088,10 @@ img[md5], img[md5] + img {\ #qp {\ padding-bottom: 5px;\ }\ +#qp > a > img {\ + max-height: 300px;\ + max-width: 500px;\ +}\ .qphl {\ outline: 2px solid rgba(216, 94, 49, .7);\ }\ diff --git a/script.coffee b/script.coffee index e4f284fab..7ed966bb0 100644 --- a/script.coffee +++ b/script.coffee @@ -3418,6 +3418,10 @@ img[md5], img[md5] + img { #qp { padding-bottom: 5px; } +#qp > a > img { + max-height: 300px; + max-width: 500px; +} .qphl { outline: 2px solid rgba(216, 94, 49, .7); }