fix alignment of topbar links

This commit is contained in:
Andrew Croce 2018-09-05 15:55:30 -04:00
parent 438d8a8c05
commit 7feb84ba37

View File

@ -49,7 +49,13 @@
flex-grow: 1;
flex-direction: row;
align-items: stretch;
justify-content: space-between;
justify-content: flex-end;
.topbar__link {
&:first-child {
margin-right: auto;
}
}
&.topbar__context--workspace {
background-color: $color-primary;