From 428aa7e6f2bd16ef28e6355f3a9ebc98d19c29b0 Mon Sep 17 00:00:00 2001 From: Audric Ackermann Date: Tue, 14 Jan 2020 16:32:51 +1100 Subject: [PATCH] make actionpanel buttons clickable even if click outside of svg --- stylesheets/_session_theme_dark_left_pane.scss | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/stylesheets/_session_theme_dark_left_pane.scss b/stylesheets/_session_theme_dark_left_pane.scss index ea77938fc..a2d940dff 100644 --- a/stylesheets/_session_theme_dark_left_pane.scss +++ b/stylesheets/_session_theme_dark_left_pane.scss @@ -91,13 +91,19 @@ $session-compose-margin: 20px; .module-avatar, .session-icon-button { cursor: pointer; - margin: 30px auto 30px auto; - &:last-child { - margin: auto auto 30px auto; + padding: 30px; + + &:last-child { + margin: auto auto 0px auto; /* Hide theme icon until light theme is ready */ display: none; } + + &:first-child { + padding: 0; + margin: 30px auto; + } } }