From 13ef1734063f5331eaad586cf874a5b0f3f30521 Mon Sep 17 00:00:00 2001 From: "k.triantafyllou" Date: Wed, 29 Jun 2022 14:33:21 +0300 Subject: [PATCH] Add target condition in urls of user menu. Fix height of notification list --- login/userMini.component.ts | 14 +++++++------- .../notification-sidebar.component.less | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/login/userMini.component.ts b/login/userMini.component.ts index 74cfaf2e..1b5feabd 100644 --- a/login/userMini.component.ts +++ b/login/userMini.component.ts @@ -21,15 +21,15 @@ import {UserManagementService} from "../services/user-management.service"; -
+
  • - {{item.title}} - {{item.title}} + {{item.title}}
  • @@ -54,9 +54,9 @@ import {UserManagementService} from "../services/user-management.service";
    • - {{item.title}} - {{item.title}} + {{item.title}} + {{item.title}}
    • diff --git a/notifications/notifications-sidebar/notification-sidebar.component.less b/notifications/notifications-sidebar/notification-sidebar.component.less index 48553951..ca48bd96 100644 --- a/notifications/notifications-sidebar/notification-sidebar.component.less +++ b/notifications/notifications-sidebar/notification-sidebar.component.less @@ -17,7 +17,7 @@ #notifications .notification-list ul { overflow: auto; padding: 20px @global-medium-gutter 20px 0; - height: calc(100% - 77px); + height: calc(100% - 104px); } #notifications .notification-list ul > li:nth-child(n+2){