.container { height: 100vh; display: flex; flex-direction: column; } .list { :global { .t-list-item__meta { &-avatar { width: auto !important; height: auto !important; background: transparent; border-radius: unset; } &-title { margin: 0 !important; } } } }