diff --git a/4chan_x.user.js b/4chan_x.user.js index 56bf158c2..085b7eeb0 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -4592,6 +4592,10 @@ textarea.field {\ text-decoration: underline;\ }\ \ +#qp {\ + margin: 0;\ + padding: 1px 2px 5px;\ +}\ #qp img {\ max-height: 300px;\ max-width: 500px;\ diff --git a/script.coffee b/script.coffee index 3a25bfba5..36f89ee7b 100644 --- a/script.coffee +++ b/script.coffee @@ -3566,6 +3566,10 @@ textarea.field { text-decoration: underline; } +#qp { + margin: 0; + padding: 1px 2px 5px; +} #qp img { max-height: 300px; max-width: 500px;