Skip to content

Commit

Permalink
Merge pull request #3 from SCENE-CE/77-save-target-origin
Browse files Browse the repository at this point in the history
hide border
  • Loading branch information
geourjoa authored Mar 21, 2024
2 parents 9a0fbad + 23b56a1 commit 22dc8e0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/components/VideoViewer.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,16 @@ const StyledContainer = styled('div')(() => ({
alignItems: 'center',
display: 'flex',
width: '100%',
border:'solid green',
justifyContent:'center'

Check failure on line 14 in src/components/VideoViewer.js

View workflow job for this annotation

GitHub Actions / build (20.x)

Expected object keys to be in insensitive ascending order. 'justifyContent' should be before 'width'

Check failure on line 14 in src/components/VideoViewer.js

View workflow job for this annotation

GitHub Actions / build (20.x)

Missing space before value for key 'justifyContent'

Check failure on line 14 in src/components/VideoViewer.js

View workflow job for this annotation

GitHub Actions / build (20.x)

Missing trailing comma
}));

const StyledFlexFill = styled('div')(() => ({
height: '100%',
position: 'relative',
border:'solid yellow'
}));

const StyledVideo = styled('video')(() => ({
maxHeight: '100%',
border:"solid red"
}));

/** */
Expand Down

0 comments on commit 22dc8e0

Please sign in to comment.