オリジナル投稿者/最新返信のアバターをモバイルで

一通り確認しましたが、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