scandoc-ai-components 0.1.9 → 0.1.11
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 +2 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -11524,7 +11524,8 @@ class ExtractorVideo {
|
|
|
11524
11524
|
.mobileVideo {
|
|
11525
11525
|
width: 100%;
|
|
11526
11526
|
height: 100%;
|
|
11527
|
-
object-fit:
|
|
11527
|
+
object-fit: contain;
|
|
11528
|
+
object-position: center;
|
|
11528
11529
|
pointer-events: none;
|
|
11529
11530
|
}
|
|
11530
11531
|
.mobileOverlay {
|