Не могу отключить флейры или заголовки пользователей на мобильном

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


@include viewport.until(md) {
  
  .topic-avatar .avatar-flair {
      display: none;
  }
}
4 лайка