diff --git a/4chan_x.js b/4chan_x.js index 141dfce1c..dd7eac8e0 100644 --- a/4chan_x.js +++ b/4chan_x.js @@ -2291,6 +2291,7 @@ #qr textarea {\ width: 302px;\ height: 80px;\ + margin: 0px;\ }\ #qr *:not(input):not(textarea) {\ padding: 0 !important;\ diff --git a/script.coffee b/script.coffee index 37b4290e8..0e856e52b 100644 --- a/script.coffee +++ b/script.coffee @@ -1814,6 +1814,7 @@ main = #qr textarea { width: 302px; height: 80px; + margin: 0px; } #qr *:not(input):not(textarea) { padding: 0 !important;