/* Reserve the third column for contact navigation chevrons. */
html body #root#root .ui326 .hub-conversation-list.contacts>button{
 display:grid!important;
 grid-template-columns:max-content minmax(0,1fr) 20px!important;
 align-items:center!important;
}
html body #root#root .ui326 .hub-conversation-list.contacts>button>.hub-avatar{grid-column:1!important;grid-row:1!important}
html body #root#root .ui326 .hub-conversation-list.contacts>button>span:nth-child(2){grid-column:2!important;grid-row:1!important;min-width:0!important}
html body #root#root .ui326 .hub-conversation-list.contacts>button>svg{
 grid-column:3!important;grid-row:1!important;align-self:center!important;justify-self:end!important;
 position:static!important;transform:none!important;margin:0!important;width:16px!important;height:16px!important;
}
