Bug: Fix missing close button on mobile chat window (#600)

Co-authored-by: Pranav Raj Sreepuram <pranavrajs@gmail.com>
This commit is contained in:
Nithin David Thomas
2020-03-07 23:39:41 +05:30
committed by GitHub
parent 8b4df986bf
commit 60dc564f37
8 changed files with 89 additions and 35 deletions

View File

@@ -79,9 +79,10 @@ export default {
flex-shrink: 0;
border-radius: $space-normal;
background: white;
z-index: 99;
@include shadow-large;
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
@media only screen and (min-device-width: 320px) and (max-device-width: 667px) {
border-radius: 0;
}
}