When using a browser plugin like Vimium, which allows you to navigate links using the keyboard, the main navigation menu and widget links (such as lists of categories) have anchor tags that are block elements (display: block;). This causes the browser plugin to put the link hints in the wrong spot (at the top left of the block, instead of directly at the start of the link).
Incorrect (links as block elements):
Correct (links as inline elements):
The text was updated successfully, but these errors were encountered:
When using a browser plugin like Vimium, which allows you to navigate links using the keyboard, the main navigation menu and widget links (such as lists of categories) have anchor tags that are block elements (
display: block;
). This causes the browser plugin to put the link hints in the wrong spot (at the top left of the block, instead of directly at the start of the link).Incorrect (links as block elements):
Correct (links as inline elements):
The text was updated successfully, but these errors were encountered: