summaryrefslogtreecommitdiffstats
path: root/portal-FE-common/src
diff options
context:
space:
mode:
Diffstat (limited to 'portal-FE-common/src')
-rw-r--r--portal-FE-common/src/app/layout/components/userbar/userbar.component.scss4
-rw-r--r--portal-FE-common/src/app/layout/components/userbar/userbar.component.ts2
2 files changed, 3 insertions, 3 deletions
diff --git a/portal-FE-common/src/app/layout/components/userbar/userbar.component.scss b/portal-FE-common/src/app/layout/components/userbar/userbar.component.scss
index 451adfc7..7e0edc10 100644
--- a/portal-FE-common/src/app/layout/components/userbar/userbar.component.scss
+++ b/portal-FE-common/src/app/layout/components/userbar/userbar.component.scss
@@ -108,8 +108,8 @@ button {
display: block;
margin-left: auto;
margin-right: auto;
- height: 55px;
- width: 55px;
+ height: 45px;
+ width: 45px;
border-radius: 50%;
}
diff --git a/portal-FE-common/src/app/layout/components/userbar/userbar.component.ts b/portal-FE-common/src/app/layout/components/userbar/userbar.component.ts
index 2136abb2..d3680c9c 100644
--- a/portal-FE-common/src/app/layout/components/userbar/userbar.component.ts
+++ b/portal-FE-common/src/app/layout/components/userbar/userbar.component.ts
@@ -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++) {