scandoc-ai-components 0.0.79 → 0.0.80
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/dist/index.js +5 -4
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -11453,15 +11453,16 @@ class ExtractorVideo {
|
|
|
11453
11453
|
.desktopVideoHolder {
|
|
11454
11454
|
position: relative;
|
|
11455
11455
|
width: 100%;
|
|
11456
|
-
aspect-ratio: 16 / 9;
|
|
11457
11456
|
overflow: hidden;
|
|
11458
11457
|
}
|
|
11459
11458
|
|
|
11460
11459
|
.desktopVideo {
|
|
11461
|
-
position: absolute;
|
|
11462
11460
|
width: 100%;
|
|
11463
|
-
height:
|
|
11464
|
-
|
|
11461
|
+
height: auto;
|
|
11462
|
+
margin-left: auto;
|
|
11463
|
+
margin-right: auto;
|
|
11464
|
+
max-width: 100vw;
|
|
11465
|
+
max-height: 100vh;
|
|
11465
11466
|
}
|
|
11466
11467
|
|
|
11467
11468
|
.centerGuideDot {
|