We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 165a376 commit b1181b8Copy full SHA for b1181b8
.npmignore
@@ -1,4 +1,5 @@
1
src
2
demo
3
.babelrc
4
-webpack.config.js
+webpack.config.js
5
+node_modules
package.json
@@ -1,6 +1,6 @@
{
"name": "react-netflix-player",
- "version": "1.0.13",
+ "version": "1.1.2",
"description": "React Video Player Based in Netflix Design",
"main": "./dist/ReactNetflixPlayer.js",
6
"license": "MIT",
src/styles.js
@@ -18,6 +18,8 @@ const toUpOpacity = keyframes`
18
`;
19
20
export const Container = styled.div`
21
+ text-align: left;
22
+
23
& > * {
24
outline: 0;
25
box-sizing: border-box;
0 commit comments