diff --git a/framework/core/js/forum/src/components/NotificationList.js b/framework/core/js/forum/src/components/NotificationList.js index 49b33c9fd..9ec4ad3b5 100644 --- a/framework/core/js/forum/src/components/NotificationList.js +++ b/framework/core/js/forum/src/components/NotificationList.js @@ -79,7 +79,7 @@ export default class NotificationList extends Component { - {badges && badges.length ? : ''} + {badges && badges.length ? : ''} {group.discussion.title()} ) : ( diff --git a/framework/core/less/forum/NotificationList.less b/framework/core/less/forum/NotificationList.less index 653a0eb47..8eff338ca 100644 --- a/framework/core/less/forum/NotificationList.less +++ b/framework/core/less/forum/NotificationList.less @@ -64,7 +64,7 @@ margin-right: 18px; vertical-align: 1px; - .badge { + .Badge { margin-right: -13px; position: relative; .Badge--size(21px); @@ -115,7 +115,7 @@ } } -.drawerToggle.unreadNotifications { +.Navigation-drawer.unreadNotifications { position: relative; &:after { @@ -123,8 +123,8 @@ display: block; position: absolute; background: @primary-color; - top: 8px; - right: 6px; + top: 10px; + right: 10px; width: 14px; height: 14px; border-radius: 7px; diff --git a/framework/core/less/lib/App.less b/framework/core/less/lib/App.less index d4bda7eaa..56b5322f0 100755 --- a/framework/core/less/lib/App.less +++ b/framework/core/less/lib/App.less @@ -49,6 +49,7 @@ height: @header-height-phone; width: auto; padding: 13px !important; + margin: 0 !important; &:active { opacity: 0.5;