From 24839b3bf9b0061738d89d3a362966108b0d518d Mon Sep 17 00:00:00 2001 From: Vincent Date: Wed, 12 Feb 2020 15:03:20 +1100 Subject: [PATCH] Contacts styling --- stylesheets/_session.scss | 2 +- stylesheets/_session_left_pane.scss | 15 ++++++++++++--- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/stylesheets/_session.scss b/stylesheets/_session.scss index 891c2f24d..32a79c44d 100644 --- a/stylesheets/_session.scss +++ b/stylesheets/_session.scss @@ -111,7 +111,7 @@ $session-font-h3: 20px; $session-font-h4: 16px; $session-search-input-height: 34px; -$main-view-header-height: 85px; +$main-view-header-height: 63px; $session-left-pane-width: 300px; $session-left-pane-sections-container-width: 80px; diff --git a/stylesheets/_session_left_pane.scss b/stylesheets/_session_left_pane.scss index a35a8c41d..1497c4238 100644 --- a/stylesheets/_session_left_pane.scss +++ b/stylesheets/_session_left_pane.scss @@ -135,7 +135,7 @@ $session-compose-margin: 20px; } .module-left-pane { - border-right: none !important; + border-right: 1px solid rgba($session-color-white, 0.1) !important; width: $session-left-pane-width; position: relative; height: -webkit-fill-available; @@ -213,6 +213,8 @@ $session-compose-margin: 20px; &__list { height: -webkit-fill-available; + border-top: 1px solid rgba(255,255,255,0.05); + &-popup { width: -webkit-fill-available; height: -webkit-fill-available; @@ -485,6 +487,8 @@ $session-compose-margin: 20px; flex-grow: 1; .module-conversation-list-item { + background-color: $session-shade-4; + &--has-friend-request { &:first-child { border-top: none !important; @@ -496,6 +500,11 @@ $session-compose-margin: 20px; .module-conversation__user__profile-name { font-size: 13px !important; } + + } + + &__header__date, &__message { + display: none; } &__buttons { @@ -550,11 +559,11 @@ $session-compose-margin: 20px; } &.active { - background-color: $session-shade-7; + background-color: $session-shade-5; } &:hover { - background-color: $session-shade-5; + background-color: $session-shade-6; } &__buttons {