mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-20 21:05:16 +00:00
Display conversations correctly
This commit is contained in:
@ -4,7 +4,13 @@
|
||||
* @author Pierre Hubert
|
||||
*/
|
||||
|
||||
.group-page-conversation {
|
||||
.group-page-conversation, .group-page-conversation .col-md-6 {
|
||||
flex: 1;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.group-page-conversation .col-md-6 {
|
||||
margin: auto;
|
||||
float: none;
|
||||
}
|
||||
|
Reference in New Issue
Block a user