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
|
-
|
|
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 -
|
|
494
|
+
height: calc(100vh - 64px);
|
|
494
495
|
}
|
|
495
496
|
|
|
496
497
|
.course-player .v-overlay--active {
|