Ensure conversation panel fills screen vertically
Required addition to the following change:
ef041b29d0
This commit is contained in:
parent
bbbd527985
commit
685f05a99d
1 changed files with 5 additions and 0 deletions
|
@ -79,6 +79,11 @@ $ios-border-color: rgba(0,0,0,0.1);
|
|||
|
||||
.avatar { display: none; }
|
||||
}
|
||||
|
||||
.conversation .panel {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.settings h3,
|
||||
.menu-list li {
|
||||
text-transform: capitalize;
|
||||
|
|
Loading…
Reference in a new issue