From 5364ca86f985c05bb526ea23756a3daa3716ad92 Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Fri, 17 Dec 2010 07:57:04 -0500 Subject: [PATCH] =?UTF-8?q?Experimentally=20change=20the=20ratio=20of=20co?= =?UTF-8?q?mpletion=20columns=20from=201:1=20to=201:=CF=86.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/content/configbase.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/content/configbase.js b/common/content/configbase.js index 81f8f0d0..8e6a90c0 100644 --- a/common/content/configbase.js +++ b/common/content/configbase.js @@ -207,8 +207,8 @@ const ConfigBase = Class(ModuleBase, { CompItem>* padding: 0 .5ex; CompIcon width: 16px; min-width: 16px; display: inline-block; margin-right: .5ex; CompIcon>img max-width: 16px; max-height: 16px; vertical-align: middle; - CompResult width: 45%; overflow: hidden; - CompDesc color: gray; width: 50%; + CompResult width: 34%; overflow: hidden; + CompDesc color: gray; width: 62%; CompLess text-align: center; height: 0; line-height: .5ex; padding-top: 1ex; CompLess::after content: "⌃"; CompMore text-align: center; height: .5ex; line-height: .5ex; margin-bottom: -.5ex;