Browse Source

Fix bug

master
Roderic Day 4 years ago
parent
commit
39ac85b13d
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      apps/streams.js

+ 0
- 1
apps/streams.js View File

@@ -93,7 +93,6 @@ const StreamContainer = {
if(innerHeight > innerWidth) dims.reverse()
const style = {
backgroundColor: 'black',
height: '100%',
overflow: 'hidden',
display: 'grid',
gridTemplateRows: dims[0],

Loading…
Cancel
Save