TabsBar: move Profile menu to the left on mobile

draftjs
Alex Gleason 2021-10-23 14:14:56 -05:00
rodzic 897f65cf72
commit 6d7ce6ffd4
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 7211D1F99744FBB7
1 zmienionych plików z 10 dodań i 0 usunięć

Wyświetl plik

@ -44,6 +44,16 @@
&--right {
margin-left: auto;
align-items: center;
// Move Profile menu to the left on mobile
@media screen and (max-width: 450px) {
margin: 0;
order: -1;
.tabs-bar__profile {
margin-left: 0;
}
}
}
}