/** * Conversations page main script file * * @author Pierre HUBERT */ .conversations-page-container { max-width: 1000px; margin: auto; display: flex; flex-direction: column; flex: 1; width: 100%; padding-bottom: 50px; } .conversations-page-container .conv-list-loading-msg { text-align: center; padding: 10px; }