boka-human-cliend-v3 0.0.22 → 0.0.24

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.
@@ -479,8 +479,9 @@
479
479
  }
480
480
  .humanMainView {
481
481
  position: fixed;
482
- min-width: 420px;
483
- min-height: 400px;
482
+ min-width: 360px;
483
+ max-width: 600px;
484
+ min-height: 360px;
484
485
  height: 80vh;
485
486
  border: 1px solid #ccc;
486
487
  }
@@ -5285,7 +5285,7 @@
5285
5285
  icon() {
5286
5286
  const container = document.body;
5287
5287
  let defx = container.clientWidth - 40;
5288
- let defy = Math.min(screen.availHeight, container.clientHeight) - 150;
5288
+ let defy = Math.min(screen.availHeight, container.clientHeight) - 300;
5289
5289
  let tmpIcon = document.querySelector("#humanEnterIcon");
5290
5290
  tmpIcon.style.transform = `translate(${defx}px, ${defy}px)`;
5291
5291
  tmpIcon.setAttribute("data-x", defx);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "boka-human-cliend-v3",
3
- "version": "0.0.22",
3
+ "version": "0.0.24",
4
4
  "main": "dist/boka-human-v3.umd.js",
5
5
  "scripts": {
6
6
  "dev": "vite",