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
When using url_custom, for example below a project card, the size of the box changes with the size of the icon. This is especially annoying because it disallows mixing icon'd and non-icon'd urls. Further, it isn't even consistent between styles of fontawesome icons.
For example, using an icon from fab and far isn't consistently sized:
You can see that the only change is the presence of an icon and what pack it's from, but this causes the button size to change. It's very subtle but I believe the difference between no icon and fab icon to be slightly different too.
It would be nice if the button size was independent so icons from different styles could be used interchangeably.
The text was updated successfully, but these errors were encountered:
When using
url_custom
, for example below a project card, the size of the box changes with the size of the icon. This is especially annoying because it disallows mixing icon'd and non-icon'd urls. Further, it isn't even consistent between styles of fontawesome icons.For example, using an icon from
fab
andfar
isn't consistently sized:produces:
You can see that the only change is the presence of an icon and what pack it's from, but this causes the button size to change. It's very subtle but I believe the difference between no icon and fab icon to be slightly different too.
It would be nice if the button size was independent so icons from different styles could be used interchangeably.
The text was updated successfully, but these errors were encountered: