+
-
- {backTitle &&
{(isMobile && simpleBackTitle) || backTitle}
}
-
- {userButtons('header__navigation-item menu__title')}
- ) : (
- <>
-
+
+ {backTitle &&
{(isMobile && simpleBackTitle) || backTitle}
}
+
+ {userButtons(false, isMobile)}
+
+ ) : (
+ <>
+
+
{!authHeader && (
+ {!authHeader && !isMobile && (
+
+
+
+
+ )}
+
{!authHeader && !canBackout
- ? userButtons('header__navigation-item menu__title mobile-hidden')
+ ? userButtons(isMobile)
: !isVerifyPage &&
!hideCancel && (
-
- {/* Add an empty span here so we can use the same style as above */}
- {/* This pushes the close button to the right side */}
-
-
+
{
/>
)}
- >
- )}
-
+
+ >
+ )}
);
};
diff --git a/ui/component/headerMenuButtons/view.jsx b/ui/component/headerMenuButtons/view.jsx
index 34a720fae..17cc32115 100644
--- a/ui/component/headerMenuButtons/view.jsx
+++ b/ui/component/headerMenuButtons/view.jsx
@@ -1,4 +1,6 @@
// @flow
+import 'scss/component/_header.scss';
+
import { ENABLE_UI_NOTIFICATIONS, ENABLE_NO_SOURCE_CLAIMS, CHANNEL_STAKED_LEVEL_LIVESTREAM } from 'config';
import { Menu, MenuList, MenuButton, MenuItem } from '@reach/menu-button';
import * as ICONS from 'constants/icons';
@@ -41,7 +43,7 @@ export default function HeaderMenuButtons(props: HeaderMenuButtonProps) {
{authenticated && (