Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Commits on Source (2)
Updated to fix for android
· 400231aa
Ben Hayward
authored
Jul 06, 2019
400231aa
removed commented out lines
· 01c4e094
Ben Hayward
authored
Jul 06, 2019
01c4e094
Hide whitespace changes
Inline
Side-by-side
src/app/modules/groups/profile/conversation/conversation.component.scss
View file @
01c4e094
...
...
@@ -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
);
}
...
...