diff --git a/4chan_x.user.js b/4chan_x.user.js index 748ca1a95..46d871dfa 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -2673,6 +2673,7 @@ #options {\ position: fixed;\ padding: 5px;\ + width: 500px;\ }\ #options .move, #credits {\ text-align: right;\ diff --git a/script.coffee b/script.coffee index 02fc2d05d..07c9f48f3 100644 --- a/script.coffee +++ b/script.coffee @@ -2048,6 +2048,7 @@ main = #options { position: fixed; padding: 5px; + width: 500px; } #options .move, #credits { text-align: right;