# 最近更新后类别徽标图像被文本覆盖

**URL:** <https://meta.discourse.org/t/category-logo-image-overlaid-by-text-after-recent-update/242656>\
**Category:** Bug\
**Created:** [2022年十月22日 07:32 UTC](https://meta.discourse.org/t/category-logo-image-overlaid-by-text-after-recent-update/242656 "2022-10-22T07:32:32Z")\
**Posts on this page:** 1\
**Showing post:** 19

<div class="post-metadata">

**Author:** ![Amicable](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/amicable/32/68902_2.png) [@Amicable](https://meta.discourse.org/u/Amicable)\
**Post date:** [2022年十月26日 16:43 UTC](https://meta.discourse.org/t/category-logo-image-overlaid-by-text-after-recent-update/242656/19 "2022-10-26T16:43:25Z")

</div>

我在 CSS 组件修复中添加了一行，用于处理纵向类别图像。因此，类别图像 CSS 组件现在如下所示：

```css
@supports (--custom: property) {
  body .category-logo.aspect-image {
    max-width: 150px;
    max-height: 300px;
  }
}

```

这暂时解决了我的问题，尽管仍然存在通过 Web UI 升级时样式表持久存在的问题。

@pmusaraj 如果您告诉我需要检查 CSS 的哪个部分来验证这种奇怪的行为，我将回复。我也可以通过私信提供登录信息，您以前也用过。

---

_[View the full topic](https://meta.discourse.org/t/category-logo-image-overlaid-by-text-after-recent-update/242656)._
