Ensure conversation panel fills screen vertically

Required addition to the following change:
ef041b29d0
pull/1/head
Daniel Gasienica 7 years ago
parent bbbd527985
commit 685f05a99d

@ -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…
Cancel
Save