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
+5
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;