From 7810d7ad4300b322e2be6edc6cb8f265244113eb Mon Sep 17 00:00:00 2001 From: Audric Ackermann Date: Mon, 6 Jan 2020 13:14:38 +1100 Subject: [PATCH] fix contact-section content bg --- stylesheets/_session_theme.scss | 2 +- stylesheets/_session_theme_dark_left_pane.scss | 10 +++++++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/stylesheets/_session_theme.scss b/stylesheets/_session_theme.scss index 18895d05e..d38d3c5d4 100644 --- a/stylesheets/_session_theme.scss +++ b/stylesheets/_session_theme.scss @@ -91,7 +91,7 @@ } .inbox { - background-image: $session-gradient-black; + @include session-dark-background; } .conversation { diff --git a/stylesheets/_session_theme_dark_left_pane.scss b/stylesheets/_session_theme_dark_left_pane.scss index 081745bad..27f6731f9 100644 --- a/stylesheets/_session_theme_dark_left_pane.scss +++ b/stylesheets/_session_theme_dark_left_pane.scss @@ -71,9 +71,6 @@ $session-compose-margin: 20px; } } } -.inbox { - @include session-dark-background; -} .module-left-pane { border-right: none !important; @@ -313,6 +310,8 @@ $session-compose-margin: 20px; &-content { display: flex; flex-direction: column; + + .module-conversation-list-item { &--has-friend-request { &:first-child{ @@ -340,6 +339,10 @@ $session-compose-margin: 20px; } } } + + &-content { + @include session-dark-background-lighter; + } &-bottom-buttons { @include bottom-buttons(); @@ -382,6 +385,7 @@ $session-compose-margin: 20px; background-color: $session-shade-7; } + &__buttons { display: flex;