cyber-elx 1.2.1 → 1.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -488,9 +488,10 @@ module.exports = {
488
488
  `,
489
489
  style: /* css */`
490
490
  .course-player {
491
- width: calc(100% + 80px);
491
+ margin-left: -40px; /* To use all the width */
492
+ margin-right: -40px; /* To use all the width */
492
493
  margin-top: -12px;
493
- height: calc(100vh - 76px);
494
+ height: calc(100vh - 64px);
494
495
  }
495
496
 
496
497
  .course-player .v-overlay--active {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cyber-elx",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
4
4
  "description": "CyberOcean CLI tool to upload/download ELX custom pages",
5
5
  "main": "src/index.js",
6
6
  "bin": {