Skip to content
Commits on Source (2)
......@@ -18,9 +18,8 @@
minds-groups-profile-conversation {
position: fixed;
//right: 0;
top: 52px;
//width: 100%;
bottom: 50px;
width: calc(33% - 12px); //1/3rd of screen
display: block;
margin-bottom: 0;
......@@ -32,14 +31,12 @@ minds-groups-profile-conversation {
.m-group__chat, .m-group__chat > m-comments__thread {
height: 100%;
height: calc(100vh - 45px);
position: relative;
padding: 0;
margin: 0;
display: flex;
flex-direction: column;
box-sizing: border-box;
padding-bottom: 24px;
@include m-theme(){
background-color: themed($m-white);
}
......