mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-22 12:09:21 +00:00
Display conversations correctly
This commit is contained in:
parent
20efa81a29
commit
80b969c559
@ -4,7 +4,13 @@
|
|||||||
* @author Pierre Hubert
|
* @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;
|
margin: auto;
|
||||||
float: none;
|
float: none;
|
||||||
}
|
}
|
||||||
|
@ -17,8 +17,8 @@ const GroupConversationPage = {
|
|||||||
const convTarget = createElem2({
|
const convTarget = createElem2({
|
||||||
appendTo: target,
|
appendTo: target,
|
||||||
type: "div",
|
type: "div",
|
||||||
class: "row",
|
class: "row group-page-conversation",
|
||||||
innerHTML: "<div class='col-md-6 group-page-conversation'></div>"
|
innerHTML: "<div class='col-md-6'></div>"
|
||||||
}).children[0]
|
}).children[0]
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user