diff options
| author | Stephen Blott | 2016-12-12 06:16:20 +0000 |
|---|---|---|
| committer | GitHub | 2016-12-12 06:16:20 +0000 |
| commit | 9225b2a1b9baa96ca94c2fa23e4a293478223c7e (patch) | |
| tree | 565243501329213395a51dd16ae1b170ac276539 | |
| parent | 5a3818db59e4778b60feef3f9de6f64595300ca2 (diff) | |
| parent | c4c2f428966631fc8fd66a45044be7607e5654c5 (diff) | |
| download | vimium-9225b2a1b9baa96ca94c2fa23e4a293478223c7e.tar.bz2 | |
Merge pull request #2370 from smblott-github/float-find-mode-matches-right
Float find-mode matches to the right.
| -rw-r--r-- | pages/hud.coffee | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pages/hud.coffee b/pages/hud.coffee index 77114a18..36e4cbd2 100644 --- a/pages/hud.coffee +++ b/pages/hud.coffee @@ -69,6 +69,7 @@ handlers = countElement = document.createElement "span" countElement.id = "hud-match-count" + countElement.style.float = "right" hud.appendChild countElement inputElement.focus() |
