scandoc-ai-components 0.0.70 → 0.0.72
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 +1 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -11430,8 +11430,6 @@ class ExtractorVideo {
|
|
|
11430
11430
|
|
|
11431
11431
|
.desktopVideo {
|
|
11432
11432
|
position: absolute;
|
|
11433
|
-
top: 0;
|
|
11434
|
-
left: 0;
|
|
11435
11433
|
width: 100%;
|
|
11436
11434
|
height: 100%;
|
|
11437
11435
|
object-fit: cover;
|
|
@@ -11439,7 +11437,7 @@ class ExtractorVideo {
|
|
|
11439
11437
|
|
|
11440
11438
|
.desktopRectangle {
|
|
11441
11439
|
position: absolute;
|
|
11442
|
-
top:
|
|
11440
|
+
top: 5%; left: 5%; right: 5%; bottom: 5%;
|
|
11443
11441
|
border: 5px dashed #5078bb;
|
|
11444
11442
|
border-radius: 30px;
|
|
11445
11443
|
pointer-events: none;
|