Merge pull request #489 from yuya-oc/reduce-tab-height

Reduce tab bar height
This commit is contained in:
Yuya Ochiai
2017-04-06 20:59:17 +09:00
committed by GitHub
3 changed files with 7 additions and 6 deletions

View File

@@ -205,7 +205,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,