Need one more icon CSS edit

Since the update I had a few ICONS get bigger a user helped me fix some but what CSS edit do I need for these ICONS in the screen shot? The one right above General Chatter.

take a look - seems this has to do with caching. After a little while the probelm goes away by itself. cross fingers. :crossed_fingers:

Below CSS should fix this problem

@supports (--custom: property) {
  .category-logo.aspect-image {
    --max-height: 50px;  /* Change this as per your need */
  }
}
3 Likes

That worked thank you.

2 Likes

This topic was automatically closed after 15 hours. New replies are no longer allowed.