From bed1d5ac9d0e8fcdbbda969ad137a583a1905e0e Mon Sep 17 00:00:00 2001 From: Audric Ackermann Date: Tue, 28 Jan 2020 15:40:41 +1100 Subject: [PATCH] fix height of leftpane overlay view --- stylesheets/_session_left_pane.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/stylesheets/_session_left_pane.scss b/stylesheets/_session_left_pane.scss index 2f598ee7f..6116ed801 100644 --- a/stylesheets/_session_left_pane.scss +++ b/stylesheets/_session_left_pane.scss @@ -178,6 +178,7 @@ $session-compose-margin: 20px; display: flex; flex-direction: row; margin: 15px 7px 14px 0px; + height: 33px; @at-root .light-theme #{&} { background-color: $session-color-white;