升级更改了分类图片尺寸

Hi,

our forum has CSS setting and category logo was square(120px ×120px), but after latest upgrade, their width are limited to 45px.
Can you help me?

Thank you.

It’s related to our recent change in category image’s maximum width. You could adjust it using below CSS. Currently it’s 25%

@supports (--custom: property) {
  .category-logo.aspect-image {
    max-width: 100%;
  }
}

It works! Thank you.

Logo size change is not related to this issue.

Adjusting should be no longer needed, we removed the new max width restriction on the image.