From f1679cb2a0435834ae5e2e3284e686830753d06a Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Wed, 4 Jan 2017 04:23:27 +0500 Subject: Ui improvements (#4900) * PLT-5091 - Updating teams sidebar style * PLT-4650 - Updating bot indicator * Removing text decoration * Fixing dropdown menu in admin console * Updating bot indicator position on desktop * Updating bot indicator on mobile * Moving bot indicator below for mobile * Adding bg to the bot indicator * Updating css for bot indicator in compact view --- webapp/sass/routes/_admin-console.scss | 48 ++++++++++++++++++---------------- 1 file changed, 25 insertions(+), 23 deletions(-) (limited to 'webapp/sass/routes/_admin-console.scss') diff --git a/webapp/sass/routes/_admin-console.scss b/webapp/sass/routes/_admin-console.scss index 6ab1645e8..64fad6aec 100644 --- a/webapp/sass/routes/_admin-console.scss +++ b/webapp/sass/routes/_admin-console.scss @@ -245,38 +245,38 @@ .more-modal__list { .filtered-user-list { - .filter-controls { - padding-bottom: 1em; - } + .filter-controls { + padding-bottom: 1em; } + } - .filter-row { - margin: 10px 0; - overflow: hidden; - } + .filter-row { + margin: 10px 0; + overflow: hidden; } +} - .member-list-holder { - background: $white; - margin-bottom: 4em; - overflow: visible; - padding: 5px 0; +.member-list-holder { + background: $white; + margin-bottom: 4em; + overflow: visible; + padding: 5px 0; - .more-modal__list { - overflow: visible; - } + .more-modal__list { + overflow: visible; + } - .more-modal__row { - &:last-child { - border: none; - } + .more-modal__row { + &:last-child { + border: none; } } +} - .member-count { - @include opacity(.7); - margin-top: 8px; - } +.member-count { + @include opacity(.7); + margin-top: 8px; +} } .brand-img { @@ -299,8 +299,10 @@ z-index: 5; .dropdown-menu { + max-height: 80vh; max-width: 200px; min-width: 200px; + overflow: auto; } .team__header { -- cgit v1.2.3-1-g7c22