show video info on left with scroll on > 992px width devices, without scroll otherwise

This commit is contained in:
matteo
2018-12-13 02:18:03 +01:00
parent 434d506271
commit 12afdad684
6 changed files with 207 additions and 187 deletions
+3
View File
@@ -9,6 +9,8 @@
"express": "^4.16.4",
"lodash-id": "^0.14.0",
"lowdb": "^1.0.0",
"moment": "^2.22.2",
"moment-duration-format": "^2.2.2",
"react": "^16.6.1",
"react-app-polyfill": "^0.1.3",
"react-bootstrap": "^1.0.0-beta.2",
@@ -23,6 +25,7 @@
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"node": "npm run build && node ./node-entry.js",
"eject": "react-scripts eject"
},
"eslintConfig": {