Skip to content

Commit

Permalink
Merge pull request #961 from wcastand/master
Browse files Browse the repository at this point in the history
#959 add a max-height and center element with alignItems: center
  • Loading branch information
ndelangen authored Apr 28, 2017
2 parents b45186b + c36442a commit 57b7161
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ export default {
tabbar: {
display: 'flex',
flexWrap: 'wrap',
flexDirection: 'row',
justifyContent: 'flex-start',
alignItems: 'center',
borderBottom: 'solid 1px #eaeaea',
},

Expand All @@ -44,6 +47,8 @@ export default {
textTransform: 'uppercase',
transition: 'opacity 0.3s',
opacity: 0.5,
maxHeight: 60,
overflow: 'hidden',
},

activetab: {
Expand Down

0 comments on commit 57b7161

Please sign in to comment.