Multiple UI Improvements (#4200)

* Multiple UI Improvements

* Adjusting return to call position on mobile
This commit is contained in:
Asaad Mahmood
2016-10-12 18:58:09 +05:00
committed by Harrison Healey
parent d4268cf0d8
commit 39eee5e4ec
7 changed files with 64 additions and 12 deletions

View File

@@ -1,6 +1,13 @@
@charset 'UTF-8';
@media screen and (max-width: 768px) {
.webrtc__notification--rhs {
left: auto;
right: 0;
top: 47px;
width: 205px;
}
.filtered-user-list {
max-height: 65vh !important;
}