From b2c2067f7dcc5bfa845238d6eebf5fddf74af505 Mon Sep 17 00:00:00 2001 From: Martin Filser Date: Mon, 1 Feb 2021 18:26:18 +0100 Subject: [PATCH] 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