Merge pull request #2153 from signalapp/ios-theme-conversation-panel-position

iOS Theme: Ensure first message is not cut off
This commit is contained in:
Daniel Gasienica 2018-03-20 14:50:52 -04:00 committed by GitHub
commit 8636ef3f18
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -81,7 +81,10 @@ $ios-border-color: rgba(0,0,0,0.1);
}
.conversation .panel {
height: 100%;
position: absolute;
top: $header-height;
bottom: 0;
width: 100%;
}
.settings h3,