manu-chroma / username-availability-checker

Live at : https://username-check.herokuapp.com/
96 stars 36 forks source link

Move logos into websites.yml #117

Open seeeturtle opened 5 years ago

seeeturtle commented 5 years ago

In #114 , the logo file of keybase is defined in websites.yml. However, before when there was similar problem, we put them into the css file. (like this) So I think moving all the logo information to websites.yml will be nice.

kx-chen commented 5 years ago

Correct me if I'm wrong, but it looks like most of the logos in the CSS have set width and height properties of around 35px (among other properties too). I believe we might need to set .tooltip i and .tooltip img width and height (and other properties) to those values too.

seeeturtle commented 5 years ago

That will make it. And I believe fixed width and height is not a big matter.