Increase the max-height of the expanded status bar

This will ensure that errors, unsent messages, etc. will be allowed enough height to display their contents from within the status bar without being chopped.

Fixes #3041
pull/3043/head
Luke Barnard 2017-01-24 14:02:44 +00:00
parent 536167a6c8
commit 307c4f3dd1
1 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@ hr.mx_RoomView_myReadMarker {
}
.mx_RoomView_statusArea_expanded {
max-height: 50px;
max-height: 100px;
}
.mx_RoomView_statusAreaBox {