unified-video-framework 1.4.458 → 1.4.459
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.
- package/package.json +1 -1
- package/packages/core/dist/version.d.ts +1 -1
- package/packages/core/dist/version.js +1 -1
- package/packages/core/src/version.ts +1 -1
- package/packages/web/dist/WebPlayer.d.ts.map +1 -1
- package/packages/web/dist/WebPlayer.js +1 -0
- package/packages/web/dist/WebPlayer.js.map +1 -1
- package/packages/web/src/WebPlayer.ts +1 -0
|
@@ -9002,6 +9002,7 @@ export class WebPlayer extends BasePlayer {
|
|
|
9002
9002
|
right: 0 !important;
|
|
9003
9003
|
z-index: 100 !important;
|
|
9004
9004
|
display: flex !important;
|
|
9005
|
+
flex-direction: column !important;
|
|
9005
9006
|
visibility: visible !important;
|
|
9006
9007
|
pointer-events: auto !important;
|
|
9007
9008
|
opacity: 1 !important;
|