Skip to content
Next
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Minds Frontend
Project
Project
Details
Activity
Releases
Dependency List
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
800
Issues
800
List
Boards
Labels
Service Desk
Milestones
Merge Requests
56
Merge Requests
56
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Minds
Minds Frontend
Compare Revisions
61ef56a12001cbc61d8d5db94cd432a2b87a5a7d...01c4e09446fadac3e7998c8c0203a073dfb75645
Source
01c4e09446fadac3e7998c8c0203a073dfb75645
Select Git revision
...
Target
61ef56a12001cbc61d8d5db94cd432a2b87a5a7d
Select Git revision
Compare
Commits (2)
Updated to fix for android
· 400231aa
Ben Hayward
authored
29 minutes ago
400231aa
removed commented out lines
· 01c4e094
Ben Hayward
authored
25 minutes ago
01c4e094
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
4 deletions
+1
-4
conversation.component.scss
...s/groups/profile/conversation/conversation.component.scss
+1
-4
No files found.
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
);
}
...
...
This diff is collapsed.
Click to expand it.