原帖作者/最后回复头像在移动端

我快速看了一下,如果你使用的是“Topic List Author”主题组件,将以下代码添加到本地自定义组件的 CSS 中可以为你解决问题。

.full-width .contents .topic-list .topic-list-body .topic-list-item .topic-list-data.posters {
    display: none;
}
.custom-author-column {
  display: flex;
  align-items: center; 
  justify-content: center;
}
5 个赞