migliorato lo stile

This commit is contained in:
matteo
2019-02-19 01:16:25 +01:00
parent 52d9ac8602
commit 5f86943496
9 changed files with 159 additions and 66 deletions
+1 -1
View File
@@ -83,7 +83,7 @@ class App extends React.Component {
</Collapse>
</Col>
</Row>
<Row style={{ "maxHeight": `calc(98vh - ${this.state.playerHeight}px - 46px)` }} className='mt-1 downSection'>
<Row style={{ "maxHeight": `calc(98vh - ${this.state.playerHeight}px - 40px)` }} className='mt-2 downSection'>
<Switch>
<Route exact path='/' component={VideoList} />
<Route path={"/video/:id"} component={Suggestion} />