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; }
|
.avatar { display: none; }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.conversation .panel {
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
.settings h3,
|
.settings h3,
|
||||||
.menu-list li {
|
.menu-list li {
|
||||||
text-transform: capitalize;
|
text-transform: capitalize;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue