You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.The text was updated successfully, but these errors were encountered: