Discourse 论坛 主题组件 自定义用户头像样式

代码

指定用户头像为方形

a[data-user-card="xuxiaowei"] .avatar {
    border-radius: 0 !important;
}

使用方式