ComunicWeb/assets/css/pages/conversations/main.css

21 lines
328 B
CSS
Raw Normal View History

2018-05-13 12:06:32 +00:00
/**
* Conversations page main script file
*
* @author Pierre HUBERT
*/
.conversations-page-container {
max-width: 1000px;
margin: auto;
2020-04-13 09:18:04 +00:00
display: flex;
flex-direction: column;
flex: 1;
width: 100%;
padding-bottom: 50px;
2018-05-13 12:06:32 +00:00
}
.conversations-page-container .conv-list-loading-msg {
text-align: center;
padding: 10px;
}