sforkowany z mirror/soapbox
TabsBar: move Profile menu to the left on mobile
rodzic
897f65cf72
commit
6d7ce6ffd4
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue