boka-human-cliend-v3 0.0.39 → 0.0.40

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.
@@ -483,6 +483,7 @@
483
483
  min-height: 360px;
484
484
  height: 80vh;
485
485
  border: 1px solid #ccc;
486
+ transform: translate(10vw, 10vh);
486
487
  }
487
488
  .humanMainView.full {
488
489
  padding-top: env(safe-area-inset-top);
@@ -496,6 +497,7 @@
496
497
  left: 0;
497
498
  z-index: 999;
498
499
  overflow: hidden;
500
+ transform: none;
499
501
  }
500
502
  .humanMainView .humanMainHeader {
501
503
  width: 100%;
@@ -530,6 +532,7 @@
530
532
  vertical-align: middle;
531
533
  font-size: 16px;
532
534
  box-sizing: border-box;
535
+ padding: 6px 0;
533
536
  }
534
537
  .humanMainView > iframe {
535
538
  width: 100%;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "boka-human-cliend-v3",
3
- "version": "0.0.39",
3
+ "version": "0.0.40",
4
4
  "main": "dist/boka-human-v3.umd.js",
5
5
  "scripts": {
6
6
  "dev": "vite",