fix alignment of topbar links
This commit is contained in:
parent
438d8a8c05
commit
7feb84ba37
@ -49,7 +49,13 @@
|
|||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
align-items: stretch;
|
align-items: stretch;
|
||||||
justify-content: space-between;
|
justify-content: flex-end;
|
||||||
|
|
||||||
|
.topbar__link {
|
||||||
|
&:first-child {
|
||||||
|
margin-right: auto;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
&.topbar__context--workspace {
|
&.topbar__context--workspace {
|
||||||
background-color: $color-primary;
|
background-color: $color-primary;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user