mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-19 12:25:16 +00:00
Created conversations page
This commit is contained in:
17
assets/css/pages/conversations/main.css
Normal file
17
assets/css/pages/conversations/main.css
Normal file
@ -0,0 +1,17 @@
|
||||
/**
|
||||
* Conversations page main script file
|
||||
*
|
||||
* @author Pierre HUBERT
|
||||
*/
|
||||
|
||||
.conversations-page-container {
|
||||
max-width: 1000px;
|
||||
margin: auto;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
|
||||
.conversations-page-container .conv-list-loading-msg {
|
||||
text-align: center;
|
||||
padding: 10px;
|
||||
}
|
Reference in New Issue
Block a user