From fcff7ce5408a5d5470ff97a402eb8500c8d49453 Mon Sep 17 00:00:00 2001 From: "k.triantafyllou" Date: Sat, 25 Mar 2023 17:00:00 +0200 Subject: [PATCH] Notification Sidebar: Change height of notification list in order to match in diff screens --- .../notifications-sidebar/notification-sidebar.component.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notifications/notifications-sidebar/notification-sidebar.component.less b/notifications/notifications-sidebar/notification-sidebar.component.less index 93375d2b..4f8222c4 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% - 104px); + height: calc(100% - 150px); } #notifications .notification-list ul > li:nth-child(n+2){