Hi there,
you can add back that column by using this css:
@media screen and (max-width: 782px) {
.fixed .column-author {
display: table-cell !important;
word-break:break-all;
}
.fixed .column-author .avatar {
float: none;
display: block;
}
}
Try installing some plugin which enables you modification of admin css, like this one: http://wordpress.org/plugins/add-admin-css/ and add the code above to it.