请求:在主题列表中移除头像并改为显示用户名的选项

你好,试试这个:

// 桌面端
.topic-list td.topic-list-data.posters {
  display: none !important;
}

// 移动端
.pull-left {
  display: none !important;
}

.topic-list .right {
  margin-left: 0 !important;
}

这会移除主题列表中的头像(在桌面端和移动端)。

1 个赞