aboutsummaryrefslogtreecommitdiffstats
path: root/vimiumFrontend.js
diff options
context:
space:
mode:
authorjez2010-12-28 18:04:23 +0800
committerjez2010-12-28 18:07:50 +0800
commitd1885a7078589e875ae0c6801ec935309566dd10 (patch)
tree5b3f87d1aa7cef821bc899defda8775218ad10e2 /vimiumFrontend.js
parente64b5ac3790b9af1c2bcdbf0548be95444f35839 (diff)
downloadvimium-d1885a7078589e875ae0c6801ec935309566dd10.tar.bz2
Set width:auto on the HUD.
Some sites set this value for all divs, so this overrides it back to the default.
Diffstat (limited to 'vimiumFrontend.js')
-rw-r--r--vimiumFrontend.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/vimiumFrontend.js b/vimiumFrontend.js
index 16f0fdde..e72764fe 100644
--- a/vimiumFrontend.js
+++ b/vimiumFrontend.js
@@ -636,6 +636,7 @@ HUD = {
"bottom: 0px;" +
"color: black;" +
"height: 13px;" +
+ "width: auto;" +
"max-width: 400px;" +
"min-width: 150px;" +
"text-align: left;" +