@meetelise/chat 1.22.7 → 1.22.8

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@meetelise/chat",
3
- "version": "1.22.7",
3
+ "version": "1.22.8",
4
4
  "description": "",
5
5
  "main": "public/dist/index.js",
6
6
  "type": "module",
@@ -3962,8 +3962,8 @@ otherwise there's some empty space at the bottom of the button, which interferes
3962
3962
  font-family: Poppins, "Open Sans", "Helvetica", sans-serif;
3963
3963
  }
3964
3964
  .utilities-container__desktop {
3965
- width: 340px;
3966
- height: 540px;
3965
+ width: 500px;
3966
+ height: min(700px, calc(100vh - 200px));
3967
3967
  border-radius: 10px;
3968
3968
  }
3969
3969
 
@@ -18,8 +18,8 @@ export const utiltiesChatStyles = css`
18
18
  font-family: Poppins, "Open Sans", "Helvetica", sans-serif;
19
19
  }
20
20
  .utilities-container__desktop {
21
- width: 340px;
22
- height: 540px;
21
+ width: 500px;
22
+ height: min(700px, calc(100vh - 200px));
23
23
  border-radius: 10px;
24
24
  }
25
25