Merge pull request #2144 from signalapp/ios-theme-conversation-panel-height

iOS Theme: Ensure conversation panel fills screen vertically
This commit is contained in:
Daniel Gasienica 2018-03-19 19:20:13 -04:00 committed by GitHub
commit 37d35db3c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;