帖子徽章

非常感谢这个很棒的主题组件:grinning:
我们网站上也在用 Babble 插件。不幸的是,徽章图标也会在那里显示,导致聊天界面相当混乱。您能否为 Babble 禁用它?

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

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