Merge branch 'develop' into wmwragg/one-to-one-chat

This commit is contained in:
wmwragg
2016-09-05 12:07:21 +01:00
9 changed files with 34 additions and 18 deletions

View File

@@ -153,6 +153,8 @@ input[type=text]:focus, textarea:focus {
width: 60%;
max-width: 704px;
box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2);
max-height: 80%;
overflow-y: auto;
}
.mx_Dialog_background {