@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
package/public/dist/index.js
CHANGED
|
@@ -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:
|
|
3966
|
-
height:
|
|
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:
|
|
22
|
-
height:
|
|
21
|
+
width: 500px;
|
|
22
|
+
height: min(700px, calc(100vh - 200px));
|
|
23
23
|
border-radius: 10px;
|
|
24
24
|
}
|
|
25
25
|
|