diff --git a/app/soapbox/components/primary_navigation.js b/app/soapbox/components/primary_navigation.js index c9c3f915e..b9c1c6e72 100644 --- a/app/soapbox/components/primary_navigation.js +++ b/app/soapbox/components/primary_navigation.js @@ -63,6 +63,14 @@ class PrimaryNavigation extends React.PureComponent { + + + + + {account && ( - - - - {(account && isStaff(account)) && ( + + + + + + + {account && ( - - - - - - {(account && isStaff(account)) && ( ) : ( -
+
diff --git a/app/styles/components/tabs-bar.scss b/app/styles/components/tabs-bar.scss index c8c090aca..b792b8fa9 100644 --- a/app/styles/components/tabs-bar.scss +++ b/app/styles/components/tabs-bar.scss @@ -47,6 +47,29 @@ } } + @media screen and (max-width: 450px) { + // Move Profile menu to the left on mobile + &__split--right { + margin: 0; + order: -1; + width: 100%; + } + + &__profile { + margin-left: 0; + } + + &__unauthenticated { + display: flex; + justify-content: space-between; + width: 100%; + + .tabs-bar__button { + margin: 0; + } + } + } + &__search-container { display: block; width: 351px;