+
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;