smaller start chat button on mobile

This commit is contained in:
Sharon Kennedy
2020-06-27 11:31:01 -04:00
parent 3107cf6904
commit b02ee6282a
3 changed files with 209 additions and 32 deletions

View File

@@ -571,6 +571,16 @@
}
@media screen and (max-width: 420px){
.docked-widget {
.dock {
justify-content: flex-end;
}
#open-chatbox-label {
flex: 0 1 auto;
}
}
.docked-widget {
right: 0;
left: 0;