From f6d865a5832f2736f1319e1fffe3e459d6eedb26 Mon Sep 17 00:00:00 2001 From: James Campos Date: Sun, 25 Sep 2011 20:07:24 -0700 Subject: [PATCH] fix autopost width on chrom --- 4chan_x.user.js | 3 +++ script.coffee | 3 +++ 2 files changed, 6 insertions(+) diff --git a/4chan_x.user.js b/4chan_x.user.js index 89a53feaf..4a0e8cdf8 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -3215,6 +3215,9 @@ #qr .autohide input {\ width: 82px;\ }\ + #qr #autopost {\ + width: auto;\ + }\ #qr #recaptcha_response_field {\ width: 100%;\ }\ diff --git a/script.coffee b/script.coffee index 562128dfe..ba09e87f3 100644 --- a/script.coffee +++ b/script.coffee @@ -2468,6 +2468,9 @@ Main = #qr .autohide input { width: 82px; } + #qr #autopost { + width: auto; + } #qr #recaptcha_response_field { width: 100%; }