vimium-c
vimium-c copied to clipboard
move the / "text search field" to the left
Please consider moving the text search field to the left, I mean the one that activates with "/". Or at least add an option to move it.
That position would be in analogy with vim.
Thanks
You may write CSS styles to move it - just add your styles into Custom CSS for Vimium C UI on Vimium C Options.
.HUD.UI {
left: 152px;
right: unset;
}