From 32842be3094237d6dffe41b52b24b2d04f85576e Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Mon, 12 Dec 2016 20:17:20 +0500 Subject: Multiple Ui improvements (#4767) * PLT-4911 - Adding new target for OAuth help links * PLT-4953 - Fixing styles for the unread messages indicator * PLT-4901 - Fixing header modal overlap on mobile * PLT-4916 - Swapping position of edit and delete --- webapp/components/post_view/components/new_message_indicator.jsx | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'webapp/components/post_view') diff --git a/webapp/components/post_view/components/new_message_indicator.jsx b/webapp/components/post_view/components/new_message_indicator.jsx index 35a299462..f9bd17bd7 100644 --- a/webapp/components/post_view/components/new_message_indicator.jsx +++ b/webapp/components/post_view/components/new_message_indicator.jsx @@ -21,7 +21,7 @@ export default class NewMessageIndicator extends React.Component { } } render() { - let className = 'nav-pills__unread-indicator-bottom'; + let className = 'new-messages__button'; if (this.state.visible > 0) { className += ' visible'; } @@ -31,20 +31,19 @@ export default class NewMessageIndicator extends React.Component { return (
- +
- +
); } -- cgit v1.2.3-1-g7c22