Skip to content

Commit

Permalink
navbar css based on roles, not counting elements
Browse files Browse the repository at this point in the history
Signed-off-by: Niv Sardi <xaiki@evilgiggle.com>
  • Loading branch information
xaiki committed May 17, 2018
1 parent c5feeaa commit 810ecc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/navbar/style.styl
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
& > *
flex: 1

& > *:nth-child(2)
& > *[role=navbar-center]
flex: 3

& > *:nth-child(3)
& > *[role=navbar-right]
right: 0


Expand Down

0 comments on commit 810ecc3

Please sign in to comment.