question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Icon sizes changed after upgrading

See original GitHub issue

Describe the bug After upgrading to 0.3.0 I noticed that the size of some icons changed. For instance, ellipsis-v is displayed much smaller than expected, and angle-down/angle-up also look smaller.

Reproducible test case Upgrade to 0.3.0 then use <FaIcon @icon="ellipsis-v" />.

Expected behavior I ran a diff between the icons rendered in 0.2.3 and 0.3.0: Screen Shot 2022-01-24 at 5 14 35 PM The lack of ID and ember-view class is expected with Octane, but the viewBox should be identical.

Desktop

  • Browser Chrome
  • Version 97

I hope there was enough helpful information? What’s weird is that it’s only happening with a few icons 🤔

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:1
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

4reactions
jrjohnsoncommented, Jan 24, 2022

Thanks @st-h for tracking this down. I merged your PR and I’ve request a release from the Fortawesome team.

Aside: I also hate the icons.js file, but haven’t come up with anything better. I’m very much hoping that once RFC 779 lands with first class imports in template we can do away with most of the build tooling here and just import directly from node_modules for any icon. Since this solves so many problems I’m not terribly worried about making a better interim solution here. I’m happy to merge stuff though if there are improvements you can see.

1reaction
st-hcommented, Jan 24, 2022

@gzurbach thanks for opening this. I was wondering why I was unable to center my icons, even though it seemed to work flawlessly in the past. With 0.3.0 the icon seemed to be overflowing. Turns out the incorrect viewBox is the culprit here as well.

0.2.2: Screenshot 2022-01-24 at 19 52 15

0.3.0: Screenshot 2022-01-24 at 19 55 30

Read more comments on GitHub >

github_iconTop Results From Across the Web

[Solved] Fix: Windows 10/11 Desktop Icons are Too Wide
1. Change the icon size · 2. Update your drivers · 3. Change your resolution · 4. Install the missing updates · 5....
Read more >
Wide Desktop icons after upgrade - Windows 11 Forum
After the update all of my desktop icons seem very.... Wide. ... Have tried changing sizes and hiding and showing them. They are...
Read more >
How to Change Icon Size on Windows 10 - AddictiveTips
To change the icon size in Windows 10, right-click an empty space on the desktop, select view from the menu, and choose between...
Read more >
How to change icon sizes on iPad with iOS 15
As explained above, this old icon size control feature has now been replaced in iPadOS 15 at - Settings > Home Screen &...
Read more >
How to Change Icon Size on Windows 10 (2022) - YouTube
Learn How to Change Icon Size on Windows 10. It is simple process to change icon size on Windows 10, follow this video.0:00...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found