From 7a000c3183bbae62007b470440b5d9e259d0b8a4 Mon Sep 17 00:00:00 2001 From: "k.triantafyllou" Date: Mon, 29 Mar 2021 09:00:50 +0000 Subject: [PATCH] [Library | Trunk]: Notifications sidebar fix paddings git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@60743 d315682c-612b-4755-9ff5-7f18f6832af3 --- .../notification-sidebar.component.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/notifications/notifications-sidebar/notification-sidebar.component.css b/notifications/notifications-sidebar/notification-sidebar.component.css index a624bb10..3b630511 100644 --- a/notifications/notifications-sidebar/notification-sidebar.component.css +++ b/notifications/notifications-sidebar/notification-sidebar.component.css @@ -30,7 +30,7 @@ color: #1a1a1a; font-size: 14px; top: 100px; - padding: 45px 0; + padding: 0; border: 1px solid var(--portal-main-color); width: 550px; } @@ -60,11 +60,11 @@ } #notifications .notification-list { - padding: 0 0 0 45px; + padding: 45px 0 45px 45px; } #notifications .notification-list:not(:last-child) { - height: 500px; + height: 440px; border-bottom: 1px solid #E4E4E4; }