.list-wrapper .user-item { display: flex; align-items: center; margin-bottom: 12px; cursor: pointer; } .list-wrapper .user-item:last-child { margin-bottom: 0; } .list-wrapper .user-item img { width: 32px; height: 32px; border-radius: 50%; margin-right: 8px; } .list-wrapper .user-item p { width: 80%; color: #333; font-size: 13px; }