aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Blott2015-02-01 15:40:44 +0000
committerStephen Blott2015-02-01 15:40:44 +0000
commit68e4aa3931babdf97c5f12dc5f655415e2073402 (patch)
tree50a97342a915232c7808ebbc3dd121e99b42afad
parentf31de0f29b857390de315b8ca5cdf20619fbab70 (diff)
parent1c13e19f62dd011b676d14ef360dec8f1b25b427 (diff)
downloadvimium-68e4aa3931babdf97c5f12dc5f655415e2073402.tar.bz2
Merge remote-tracking branch 'mrmr1993/resize-HUD'
-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;