From ed977ef95c6f41dbb00473f1cb88d8084e5ea529 Mon Sep 17 00:00:00 2001 From: James Campos Date: Sat, 11 Jun 2011 10:18:34 -0700 Subject: [PATCH] #options { width: 500px; } --- 4chan_x.user.js | 1 + script.coffee | 1 + 2 files changed, 2 insertions(+) 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;