Merge pull request #2144 from signalapp/ios-theme-conversation-panel-height
iOS Theme: Ensure conversation panel fills screen vertically
This commit is contained in:
commit
37d35db3c3
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