Ensure conversation panel fills screen vertically

Required addition to the following change:
ef041b29d0
This commit is contained in:
Daniel Gasienica 2018-03-16 16:33:42 -04:00
parent bbbd527985
commit 685f05a99d

View file

@ -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;