From 685f05a99dfe441c3b5847a5d37911229eda011d Mon Sep 17 00:00:00 2001 From: Daniel Gasienica Date: Fri, 16 Mar 2018 16:33:42 -0400 Subject: [PATCH] Ensure conversation panel fills screen vertically Required addition to the following change: https://github.com/signalapp/Signal-Desktop/commit/ef041b29d0b1b1dc5e9ed3ede76d7ef48bdb71cb --- stylesheets/_ios.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/stylesheets/_ios.scss b/stylesheets/_ios.scss index 380782e9d..3e682d435 100644 --- a/stylesheets/_ios.scss +++ b/stylesheets/_ios.scss @@ -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;