perfect-things / perfect-home

firefox newtab/home replacement
https://addons.mozilla.org/en-US/firefox/addon/perfect-home/
GNU General Public License v3.0
126 stars 12 forks source link

Multi-line bookmark titles #145

Open domportera opened 2 years ago

domportera commented 2 years ago

Is this possible to do in the default thumbnails? I've tried lots of combos of CSS to no avail, seems like the bookmark names themselves are truncated in the HTML anyway so it's probably a JS thing. It would be really nice to be able to word-wrap these

also proud to be your 100th star :) love this extension.

tborychowski commented 2 years ago

Hi, Thanks for nice words :-) As for the multiline - yes, unfortunately these are cropped in js. There is no nice and cross-browser method to do multiline ellipsis just in css (that I know of), so it was a design decision to make it fit (hopefully) in max 2 lines of text. I'm over-booked at the moment with other projects & personal matters, and this (unfortunately) is not as straightforward to implement as it may seem. (lots of edge-case testing, etc.)

But, I can leave your issue report open and if more people think this is valuable - I will implement that.