Letterbox video. Hide toolbar in fullscreen
Cleaner-looking Chromecast and Airplay icons Hide top bar in full screen mode
This commit is contained in:
@@ -17,9 +17,11 @@ function App (state, dispatch) {
|
||||
}
|
||||
}
|
||||
|
||||
var header = state.view.isFullScreen ? null : Header(state, dispatch)
|
||||
|
||||
return hx`
|
||||
<div class="app">
|
||||
${Header(state, dispatch)}
|
||||
${header}
|
||||
<div class="content">${getView()}</div>
|
||||
</div>
|
||||
`
|
||||
|
||||
Reference in New Issue
Block a user