Sorry, we don't support your browser.  Install a modern browser

Chat widget round corners#155

Considering the chat speech bubbles, the chat widget don’t follow the same pattern.
Applying this CSS, it gets better visually:

#continually-conversation-frame {
    border-radius: 15px;
}

#continually-close-button {
    border-radius: 0 15px 0 10px;
}

#continually-sidebar {
    border-radius: 20px;
}

#continually-conversations-list-header {
    border-radius: 15px 15px 0 0;   
}

I’ve tested using Magic CSS for Chrome. This way you can check without changing your actual code and see what I’m talking about.

4 years ago