mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Multiple UI Improvements (#4200)
* Multiple UI Improvements * Adjusting return to call position on mobile
This commit is contained in:
committed by
Harrison Healey
parent
d4268cf0d8
commit
39eee5e4ec
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user