From 638d870eeb2564e0fa268b9fab5cce1d46ff3884 Mon Sep 17 00:00:00 2001 From: mrmr1993 Date: Mon, 11 May 2015 16:38:37 +0100 Subject: Move all HUD .style declarations into vimium.css --- content_scripts/vimium.css | 2 ++ 1 file changed, 2 insertions(+) (limited to 'content_scripts/vimium.css') 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; -- cgit v1.2.3