# 帖子徽章

**URL:** https://meta.discourse.org/t/post-badges/114722
**Category:** Theme component
**Tags:** post-badges, experimental
**Created:** [2019年四月11日 03:52 UTC](https://meta.discourse.org/t/post-badges/114722 "2019-04-11T03:52:50Z")
**Posts on this page:** 1
**Showing post:** 74

<div class="post-metadata">

### Author: ![allu](https://avatars.discourse-cdn.com/v4/letter/a/cdc98d/32.png) [@allu](https://meta.discourse.org/u/allu)
#### Post date: [2019年十二月30日 22:11 UTC](https://meta.discourse.org/t/post-badges/114722/74 "2019-12-30T22:11:29Z")

</div>

非常感谢这个很棒的主题组件：grinning:  
我们网站上也在用 [Babble](https://meta.discourse.org/t/babble-a-chat-plugin/87297) 插件。不幸的是，徽章图标也会在那里显示，导致聊天界面相当混乱。您能否为 Babble 禁用它？

编辑：我可以用这段 CSS 进行 hack，至少让徽章图标稍微收敛一些：

```
.poster-icon-container span.poster-icon img {
    height: 1em !important;
    width: 1em !important;
}

```

---

_[View the full topic](https://meta.discourse.org/t/post-badges/114722)._
