From d6bb78fe414bde5aa7ea22843170f2c1bcc39f36 Mon Sep 17 00:00:00 2001 From: llj Date: Wed, 21 Jun 2023 16:17:42 +0800 Subject: [PATCH] [notifications popover] fixed content alignment in the header; removed the left black dots for items (#5520) --- frontend/src/components/common/notification.js | 8 ++++---- media/css/seahub_react.css | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/src/components/common/notification.js b/frontend/src/components/common/notification.js index e6f16802f3..829cc4184c 100644 --- a/frontend/src/components/common/notification.js +++ b/frontend/src/components/common/notification.js @@ -68,12 +68,12 @@ class Notification extends React.Component {
-
-

{gettext('Notifications')}

- +
+

{gettext('Notifications')}

+
-
    +
      {this.state.noticeList.map(item => { return (); })} diff --git a/media/css/seahub_react.css b/media/css/seahub_react.css index d70c3b1101..1a86c8dd26 100644 --- a/media/css/seahub_react.css +++ b/media/css/seahub_react.css @@ -825,7 +825,7 @@ a, a:hover { color: #ec8000; } #notice-popover .sf-popover-close { position: absolute; right: 10px; - top: 5px; + top: 17px; } #notice-popover .sf-popover-hd {