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

iOS Theme: Ensure conversation panel fills screen vertically
pull/1/head
Daniel Gasienica 7 years ago committed by GitHub
commit 37d35db3c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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