From 6c6cba51fa0c0c3abdbfbf38ab7bbc54c221d5cd Mon Sep 17 00:00:00 2001 From: Martin Filser Date: Tue, 2 Feb 2021 23:38:37 +0100 Subject: [PATCH] Notification trash link was not visible if actifity text is too long --- client/components/notifications/notification.styl | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/client/components/notifications/notification.styl b/client/components/notifications/notification.styl index beedbe058..0416d07e4 100644 --- a/client/components/notifications/notification.styl +++ b/client/components/notifications/notification.styl @@ -14,6 +14,7 @@ .read-status width: 30px + padding: 0px 10px 0px 0px input width: 24px @@ -28,21 +29,19 @@ color: #bbb .details - width: calc(100% - 30px) .activity display: flex a.member - margin: 0px 0px 0px -3px + margin: 0px 0px 0px 0px padding: 0px svg padding: 3px - margin: 0px 0px 0px -3px .activity-desc - width: 100%; + margin: 0px 0px 0px 5px .activity-comment display: block @@ -72,9 +71,5 @@ .details .activity a.member - padding: 12px 10px 12px 10px - margin: -10px 0px -10px 0px - - svg - padding: 5px - margin: 0px 0px 0px -16px + height: 36px + width: 36px