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

iOS Theme: Ensure first message is not cut off
pull/1/head
Daniel Gasienica 7 years ago committed by GitHub
commit 8636ef3f18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save