nathancahill / prioritize-url

Prioritize URLs in Firefox autocomplete dropdown
MIT License
15 stars 1 forks source link

Multiline #5

Open Tragen opened 8 years ago

Tragen commented 8 years ago

Is it possible to change everything to the old layout with URL and title on separate lines? It's much faster to read

nathancahill commented 8 years ago

There's quite a bit more calculation involved to support multiline, mostly to handle cases besides title/URL. Personally, all I need is the URL in front, but if someone else wants to make a multiline version, I'm open to including it as a separate tweak. The elements that would have to be positioned are listed in the CSS.

wshanks commented 8 years ago

Take a look at this style which supports multiline entries: https://userstyles.org/styles/122394/url-bar-tweaks-remove-visit-search-limit-width

I wanted to have the URL first and title second on a single line, but somehow my internet searching only turned up that other style. I asked the other about doing this style and he directed me here, so it seems right to point to his style for people who actually do want separate lines.