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
The close icon font-size is 12px and the notification text is 18px. By default, it looks very disproportionate side-by-side (as seen when using font awesome icons). If you simply change the .notifications .close-click style in ngNotificationsBar.css to font-size: inherit;, the icon would look more uniform and proportional to the notification text. I tried to submit a pull request for this but didn't have permissions apparently.
The text was updated successfully, but these errors were encountered:
The close icon font-size is 12px and the notification text is 18px. By default, it looks very disproportionate side-by-side (as seen when using font awesome icons). If you simply change the
.notifications .close-click
style inngNotificationsBar.css
tofont-size: inherit;
, the icon would look more uniform and proportional to the notification text. I tried to submit a pull request for this but didn't have permissions apparently.The text was updated successfully, but these errors were encountered: