aumera-on-screen-widget 0.0.6 → 0.0.7

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.
Files changed (2) hide show
  1. package/df-btn.js +3 -1
  2. package/package.json +1 -1
package/df-btn.js CHANGED
@@ -126,8 +126,10 @@ if (!config.orgId) {
126
126
  .df-btn-content {
127
127
  display: block;
128
128
  border: 0;
129
- height: ${config.height || "896px"};
129
+ height: ${config.height || "75vh"};
130
+ max-height: 75vh;
130
131
  width: ${config.width || "414px"};
132
+ max-width: 414px;
131
133
  transition: all .45s cubic-bezier(.4, 0, .2, 1);
132
134
  ${config.position === "left" ? "float: left;" : "float: right;"}
133
135
  opacity: 1;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aumera-on-screen-widget",
3
- "version": "0.0.6",
3
+ "version": "0.0.7",
4
4
  "description": "A lightweight, customizable chat widget for websites",
5
5
  "main": "df-btn.js",
6
6
  "scripts": {