Skip to content

Instantly share code, notes, and snippets.

@aweary
Last active March 22, 2016 16:09
Show Gist options
  • Save aweary/2afaae0c1f0833e90e6b to your computer and use it in GitHub Desktop.
Save aweary/2afaae0c1f0833e90e6b to your computer and use it in GitHub Desktop.
#chatlio-widget {
/* All styles when chat window is collapsed */
.chatlio-widget.closed {
transition-duration: 0s;
bottom: 30px;
right: 30px;
border-radius: 100%;
@media screen and (min-width: 800px) {
width: 50px;
height: 50px;
position: fixed;
}
.chatlio-title-bar {
border-radius: 100%;
background: url(../../images/chat.svg) center center no-repeat;
}
.chatlio-icon-chevron-up {
display: none;
}
.chatlio-online-dot {
display: none;
}
.chatlio-title-avatar-container img {
display: none !important;
top: 0 !important;
left: 0 !important;
border: none;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment