.container { height: 100vh; display: flex; flex-direction: column; background-color: var(--oak-bg-color-page); } .userInfo { display: flex; flex-direction: column; align-items: center; padding: 20px 10px 10px 10px; margin-bottom: 10px; background-color: var(--oak-bg-color-container); .avatar { width: 48px; height: 48px; background-color: var(--oak-color-primary); margin-bottom: 10px; } .nickname { margin-bottom: 10px; } .userIcon { height: 24px; width: 24px; color: #fff; } } .list { :global { .t-list-item__meta { &-avatar { width: auto !important; height: auto !important; background: transparent; border-radius: unset; display: flex; justify-content: center; align-items: center; } &-title { margin: 0 !important; } } } }