aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormrmr19932014-11-24 15:22:13 +0000
committerStephen Blott2015-02-01 15:41:57 +0000
commit2690f1df7b568de66354b3c3bb6baacf896b951c (patch)
treeb2a57601cac0c6cd2f1607a297f968501b15fe9d
parentb5a6dfa2a6665f7e028e50cdf7c5e47a7f58d70d (diff)
downloadvimium-2690f1df7b568de66354b3c3bb6baacf896b951c.tar.bz2
Resize HUD so the contents are fully visible
-rw-r--r--content_scripts/vimium.css4
1 files changed, 1 insertions, 3 deletions
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;