also shrink the composer bar when you don't have permissions

pull/4132/head
Hubert Chathi 2017-05-31 23:03:30 -04:00
parent 0c865e81a2
commit 9aa10ba15c
1 changed files with 4 additions and 0 deletions

View File

@ -205,4 +205,8 @@ limitations under the License.
.mx_MessageComposer_input {
min-height: 50px;
}
.mx_MessageComposer_noperm_error {
height: 50px;
}
}