From 860f2c8332f34d02e53ea1460decb4d1490bcbd4 Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Mon, 31 Jul 2017 17:10:43 +0500 Subject: Multiple Ui improvements (#7029) * PLT-7119 - Updating headings on compact view * PLT-7103 - Removing line below channel intro * PLT-7112 - Fixing system console banner * PLT-7144 - Adding ellipsis to system console boxes * PLT-7181 - Changing channel header opacity * PLT-6899 - Updating unread bar * Updating margin for new messages indicator --- webapp/sass/layout/_sidebar-left.scss | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'webapp/sass/layout/_sidebar-left.scss') diff --git a/webapp/sass/layout/_sidebar-left.scss b/webapp/sass/layout/_sidebar-left.scss index 4be608803..515f87a87 100644 --- a/webapp/sass/layout/_sidebar-left.scss +++ b/webapp/sass/layout/_sidebar-left.scss @@ -154,15 +154,25 @@ font-size: 13.5px; left: 15px; margin: 0 auto; - padding: 3px 0 4px; + padding: 4px 0 3px; position: fixed; text-align: center; width: 190px; z-index: 1; + + .icon { + margin-left: 5px; + } } .nav-pills__unread-indicator-top { top: 80px; + + .icon { + svg { + @include transform(rotate(180deg)); + } + } } .nav-pills__unread-indicator-bottom { -- cgit v1.2.3-1-g7c22