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
This commit is contained in:
Luke Barnard 2017-01-24 14:02:44 +00:00
parent 536167a6c8
commit 307c4f3dd1

View file

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