aboutsummaryrefslogtreecommitdiffstats
path: root/content_scripts/vimium.css
diff options
context:
space:
mode:
authorStephen Blott2015-05-12 04:59:13 +0100
committerStephen Blott2015-05-12 04:59:13 +0100
commit0d6f1de67cb6ce8cc1b305114c0b7287ead65a5b (patch)
treee67af9163d8735f9b6ceea333697184e483cf631 /content_scripts/vimium.css
parentc2c744b1962af4413722ce468fe3e555fff8496e (diff)
parent638d870eeb2564e0fa268b9fab5cce1d46ff3884 (diff)
downloadvimium-0d6f1de67cb6ce8cc1b305114c0b7287ead65a5b.tar.bz2
Merge pull request #1652 from mrmr1993/separate-hud-from-frontend
Separate the hud from frontend code and rewrite tween to be more generic
Diffstat (limited to 'content_scripts/vimium.css')
-rw-r--r--content_scripts/vimium.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/content_scripts/vimium.css b/content_scripts/vimium.css
index 5180fb22..a3ea5a70 100644
--- a/content_scripts/vimium.css
+++ b/content_scripts/vimium.css
@@ -237,6 +237,8 @@ div.vimiumHUD {
display: block;
position: fixed;
bottom: 0px;
+ /* Keep this far enough to the right so that it doesn't collide with the "popups blocked" chrome HUD. */
+ right: 150px;
color: black;
height: auto;
min-height: 13px;