From ffd1fd3b9e6df9d8339f7b2a6aac8ce24c49c8e9 Mon Sep 17 00:00:00 2001 From: Ben Halpern Date: Wed, 6 Jun 2018 16:20:32 -0400 Subject: [PATCH] Adjust chat styling slightly (#396) --- app/assets/stylesheets/chat.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/chat.scss b/app/assets/stylesheets/chat.scss index 319c07d77..477b17e6c 100644 --- a/app/assets/stylesheets/chat.scss +++ b/app/assets/stylesheets/chat.scss @@ -42,6 +42,7 @@ justify-content: space-between; border: 1px solid $outline-color; box-shadow: $bold-shadow; + background: white; } .activechatchannel__messages { @@ -90,7 +91,7 @@ // justify-content: space-between; &:hover { - background: #e3e3e3; + background: $light-gray; } } @@ -175,6 +176,7 @@ font-size: 11px; color: lightgray; min-width: 95px; + padding-top: 4px; } .chatmessagebody__profileimage {