.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: 60px; height: 60px; background-color: var(--oak-color-primary); margin-bottom: 10px; display: flex; flex-direction: column; align-items: center; justify-content: center; } .nickname { margin-bottom: 10px; } .userIcon { color: #fff; } } .list { background-color: #fff; :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; } } } }