Display headline and new conversation button in same line for mobile conversations
This commit is contained in:
parent
7bcccde9f4
commit
441656b480
1 changed files with 4 additions and 1 deletions
|
|
@ -1,4 +1,7 @@
|
|||
.conversations-title { margin: 0 0 20px 0; }
|
||||
.conversations-title {
|
||||
margin: 0 0 20px 0;
|
||||
h3 { display: inline; }
|
||||
}
|
||||
.conversation {
|
||||
.conversation_participants {
|
||||
padding: 1rem 1.2rem;
|
||||
|
|
|
|||
Loading…
Reference in a new issue