From 2690f1df7b568de66354b3c3bb6baacf896b951c 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 e79f72d3..fb8824c2 100644 --- a/content_scripts/vimium.css +++ b/content_scripts/vimium.css @@ -222,11 +222,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