Merge "Fixed userbar issue on home page"
authorSunder Tattavarada <statta@research.att.com>
Wed, 20 May 2020 14:14:12 +0000 (14:14 +0000)
committerGerrit Code Review <gerrit@onap.org>
Wed, 20 May 2020 14:14:12 +0000 (14:14 +0000)
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++) {