From b2c2067f7dcc5bfa845238d6eebf5fddf74af505 Mon Sep 17 00:00:00 2001 From: Martin Filser Date: Mon, 1 Feb 2021 18:26:18 +0100 Subject: [PATCH 1/3] Avatar overlaped notifications #3515 --- client/components/notifications/notificationsDrawer.styl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/client/components/notifications/notificationsDrawer.styl b/client/components/notifications/notificationsDrawer.styl index f99e1299e..6414da683 100644 --- a/client/components/notifications/notificationsDrawer.styl +++ b/client/components/notifications/notificationsDrawer.styl @@ -2,7 +2,7 @@ belize = #2980b9 section#notifications-drawer position: fixed - top: 28px + top: 48px right: 0 width: 400px background-color: #fafafa @@ -17,7 +17,7 @@ section#notifications-drawer .header position: fixed - top 28px + top 48px right 0 width calc(400px - 32px) padding: 8px 16px @@ -63,7 +63,7 @@ section#notifications-drawer ul.notifications display: block - padding: 0px 16px + padding: 0px 16px 0px 16px margin: 0 - height: calc(100vh - 102px) + height: calc(100vh - 122px) overflow-y: scroll From ea67e94c471ce452c41afce0a6d1cbc5e68e848c Mon Sep 17 00:00:00 2001 From: Martin Filser Date: Tue, 2 Feb 2021 08:43:36 +0100 Subject: [PATCH 2/3] Notification, fixed avatar icon (was an ellipse) --- client/components/notifications/notification.styl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/client/components/notifications/notification.styl b/client/components/notifications/notification.styl index 0cf0cfd5a..bf31732b2 100644 --- a/client/components/notifications/notification.styl +++ b/client/components/notifications/notification.styl @@ -33,6 +33,10 @@ .activity display: flex + a + margin: 0px 10px 0px 0px + padding: 0px + .activity-desc width: 100%; From e595aba189d2d748ab429f6e486c7eef88d5d490 Mon Sep 17 00:00:00 2001 From: Martin Filser Date: Tue, 2 Feb 2021 09:18:25 +0100 Subject: [PATCH 3/3] Minicard, assignee and red line now aligned again --- client/components/cards/minicard.styl | 1 + 1 file changed, 1 insertion(+) diff --git a/client/components/cards/minicard.styl b/client/components/cards/minicard.styl index 3d70f4e71..c81883b05 100644 --- a/client/components/cards/minicard.styl +++ b/client/components/cards/minicard.styl @@ -176,6 +176,7 @@ border-radius: 50% height: 28px width: @height + margin: 0px 0px 4px 0px .assignee float: right