Change size of chat window

Add the code below to Custom CSS field on your Chat widget’s Appearance tab:

.global-styles, [class^="Window__Content-sc"] {
transform: scale(1.1)
}