# Need one more icon CSS edit

**URL:** https://meta.discourse.org/t/need-one-more-icon-css-edit/103394
**Category:** Support
**Created:** [3 december 2018 om 20:31 UTC](https://meta.discourse.org/t/need-one-more-icon-css-edit/103394 "2018-12-03T20:31:43Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![greenmeanie](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/greenmeanie/32/119639_2.png) [@greenmeanie](https://meta.discourse.org/u/greenmeanie)
#### Post date: [3 december 2018 om 20:31 UTC](https://meta.discourse.org/t/need-one-more-icon-css-edit/103394/1 "2018-12-03T20:31:43Z")

</div>

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.

 ![Untitled](https://global.discourse-cdn.com/meta/original/3X/7/7/772322f5081de19aacbc0469876a72f874401901.png)

---

<div class="post-metadata">

### Author: ![tobiaseigen](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/tobiaseigen/32/539204_2.png) [@tobiaseigen](https://meta.discourse.org/u/tobiaseigen)
#### Post date: [3 december 2018 om 20:48 UTC](https://meta.discourse.org/t/need-one-more-icon-css-edit/103394/2 "2018-12-03T20:48:42Z")

</div>

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

> [@Ginormous icons after upgrade today](https://meta.discourse.org/t/ginormous-icons-after-upgrade-today/103177):
>
> I know there was a fontawesome upgrade - anything I need to look for or change to fix this problem? I see all fontawesome icons as huge. Starting to troubleshoot now but I’d be grateful for any advice. @angus let me know if you’re awake over there and have any suggestions. Update also happens in [safe mode](https://meta.discourse.org/t/53504?silent=true).

---

<div class="post-metadata">

### Author: ![vinothkannans](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/vinothkannans/32/86465_2.png) [@vinothkannans](https://meta.discourse.org/u/vinothkannans)
#### Post date: [3 december 2018 om 21:04 UTC](https://meta.discourse.org/t/need-one-more-icon-css-edit/103394/3 "2018-12-03T21:04:21Z")

</div>

Below CSS should fix this problem

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

```

---

<div class="post-metadata">

### Author: ![greenmeanie](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/greenmeanie/32/119639_2.png) [@greenmeanie](https://meta.discourse.org/u/greenmeanie)
#### Post date: [3 december 2018 om 21:27 UTC](https://meta.discourse.org/t/need-one-more-icon-css-edit/103394/4 "2018-12-03T21:27:42Z")

</div>

That worked thank you.

---

<div class="post-metadata">

### Author: ![vinothkannans](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/vinothkannans/32/86465_2.png) [@vinothkannans](https://meta.discourse.org/u/vinothkannans)
#### Post date: [4 december 2018 om 12:30 UTC](https://meta.discourse.org/t/need-one-more-icon-css-edit/103394/5 "2018-12-04T12:30:15Z")

</div>

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