Reduce tab bar height

This commit is contained in:
Yuya Ochiai
2017-03-25 21:32:48 +09:00
parent d42a4ff16c
commit 14b23d24d3
3 changed files with 7 additions and 6 deletions

View File

@@ -217,7 +217,7 @@ const MainPage = React.createClass({
var visibility = visible ? 'visible' : 'hidden';
return {
position: 'absolute',
top: (this.props.teams.length > 1) ? 42 : 0,
top: (this.props.teams.length > 1) ? 32 : 0,
right: 0,
bottom: 0,
left: 0,