-
Notifications
You must be signed in to change notification settings - Fork 6
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
Icon positioning #31
Comments
Thanks for the report – I didn't know this happens in Chrome as well but I have seen this in Firefox before. I'm not sure yet what the problem is. In case someone has an idea … |
PS: Opera on Mac has the same issue. |
The reason for this are the different font sizes of the icon and the label. |
Okay, this is trickier than I thought: it seems like the different browser on the different operating systems handle This needs to be fixed before the release of Factory but we will first concentrate on the other missing pieces. |
Any objections to switch from an icon font to SVG background images? |
No objections. In fact please do. That way, images will look just as sharp on retina displays without having to deal with multiple image resolutions. |
Side note: we currently have a script in place that checks the resolution of the device and swaps standard Gravatars with their higher resolution versions. We could do the same with images that are provided with Symphony's JIT image resizing. |
I'm still experiencing alignment issues with these icons. Is there a solution? |
Yes, we need to switch to SVG. Just needs to be done. |
Do you have any experience in creating a custom font? SVG won't work in IE8 or Android <= 2.3 but custom fonts will (and lets us do animation/color etc.) Ignore this if background images are going to be gracefully degraded. |
The thing is: it is a font currently. |
/me backs away from the conversation (although I'd like to pick your brain about icon fonts later if I could!) |
I'm using Chrome Version 23.0.1271.95 m on Windows 7 and I'm experiencing alignment issues with the icons for the download & fork links. See image.
The text was updated successfully, but these errors were encountered: