diff --git a/4chan_x.user.js b/4chan_x.user.js index 3b33e9ee1..4374cb9b7 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -3345,7 +3345,7 @@ #qr > .move {\ text-align: right;\ }\ - #qr .autohide input {\ + #qr .autohide > input {\ width: 90px;\ }\ #qr #autopost {\ diff --git a/script.coffee b/script.coffee index 373f21b61..c4ffcbdeb 100644 --- a/script.coffee +++ b/script.coffee @@ -2544,7 +2544,7 @@ Main = #qr > .move { text-align: right; } - #qr .autohide input { + #qr .autohide > input { width: 90px; } #qr #autopost {