From 1c13e19f62dd011b676d14ef360dec8f1b25b427 Mon Sep 17 00:00:00 2001 From: mrmr1993 Date: Mon, 24 Nov 2014 15:22:13 +0000 Subject: Resize HUD so the contents are fully visible --- content_scripts/vimium.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'content_scripts') diff --git a/content_scripts/vimium.css b/content_scripts/vimium.css index 7998fe5c..9e25c59e 100644 --- a/content_scripts/vimium.css +++ b/content_scripts/vimium.css @@ -216,11 +216,9 @@ div#vimiumHelpDialogFooter .toggleAdvancedCommands { div.vimiumHUD { display: block; position: fixed; - top: auto; - left: auto; bottom: 0px; color: black; - height: 13px; + height: auto; min-height: 13px; width: auto; max-width: 400px; -- cgit v1.2.3