-
Notifications
You must be signed in to change notification settings - Fork 273
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: update icon sizing for resource cards #273
fix: update icon sizing for resource cards #273
Conversation
This pull request is automatically deployed with Now. Latest deployment for this branch: https://gatsby-theme-carbon-git-fork-alisonjoseph-icon-size-bug.carbon-design-system.now.sh |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like we lost the Github SVG in the second card. Probably need a min-width or somethin.
Oh good point. I added a min-wdith back in, I'll just have to do a specific override for the IDL site, they have an icon that's 21x52px wide on this page https://design-language-website.netlify.com/elements/logos/rebus so its displaying too large. 😓 |
Hmmmm still not working for me |
me either 😓 -- I'll look at it tomorrow sometime |
Are we good to go here? Did you wanna test it on IDL first? |
Just tested on IDL and seems I need to remove the min-width. See any issues w/ that? I didn't on IDL, but might be missing something. |
Removing min-width didn't work for me. Adding |
@vpicone ok I think its really working this time |
…carbon into icon-size-bug * 'icon-size-bug' of github.com:alisonjoseph/gatsby-theme-carbon: v1.6.2
ref carbon-design-system/design-language-website#99
Updates the icon size to be a max 64px width and height for the resource cards. We were previously assuming 32x32 icons, but that is not the case everywhere.