Fixed userbar issue on home page 34/107034/2
author“Kruthi <“krutbhat@att.com”>
Fri, 1 May 2020 14:48:16 +0000 (20:18 +0530)
committerKruthi Bhat <krutbhat@att.com>
Wed, 6 May 2020 19:06:40 +0000 (19:06 +0000)
Change-Id: I5f81ee5880ada887808a795188959ea70a595550
Issue-ID: PORTAL-896
Signed-off-by: krutbhat@att.com
portal-FE-common/src/app/layout/components/userbar/userbar.component.scss
portal-FE-common/src/app/layout/components/userbar/userbar.component.ts

index 451adfc..7e0edc1 100644 (file)
@@ -108,8 +108,8 @@ button {
   display: block;
   margin-left: auto;
   margin-right: auto;
-  height: 55px;
-  width: 55px;
+  height: 45px;
+  width: 45px;
   border-radius: 50%;
 }
 
index 2136abb..d3680c9 100644 (file)
@@ -82,7 +82,7 @@ export class UserbarComponent implements OnInit {
         // $log.error('UserbarCtrl::updateActiveUsers: failed to get active user');
         this.stop();
       } else {
-        var maxItems = 25;
+        var maxItems = 5;
         if (_res.length < maxItems)
           maxItems = _res.length;
         for (var i = 0; i < maxItems; i++) {