I am not able to disable flair or user titles on mobile

does this work if you put it in common css tab?


@include viewport.until(md) {
  
  .topic-avatar .avatar-flair {
      display: none;
  }
}
4 likes