torch2424 / link-drops

A collection of your links that you find across the internet, made with the help of @julianpoy
http://linkdrops.com/#/
Apache License 2.0
2 stars 1 forks source link

Card width too long on non-title scraped links #102

Closed torch2424 closed 8 years ago

torch2424 commented 8 years ago

Since the title scraper HTTPS is acting up, our links aren't being title scraped, forcing them to extend our cards farther than the max width.

This can be fixed with a predefined wordwrap and width CSS on the link text.

Issue provided by Alexis :)

julianpoy commented 8 years ago

This is important even though title-scraping has been fixed. There are actually title-scraped titles that are too long for the current card format.

torch2424 commented 8 years ago

Yeah this is a css bug.

To be completly honest, I gotta take some time to work on my android apps however. My code is terrible. Like really bad, and I have a lot of users that I've been neglecting. So android finally allows for promo codes, so I'll probably shoot promo codes to my paid apps for anyone who asked for my help, and then tell them to check out for the update :)

torch2424 commented 8 years ago

the fix in backToColumns. And should be in master actually...

torch2424 commented 8 years ago

This was already fixed in master, just never pushed to live. closing...