Merge pull request #3043 from vector-im/luke/fix-status-bar-chopped

Increase the max-height of the expanded status bar
pull/3049/head
David Baker 2017-01-24 14:07:55 +00:00 committed by GitHub
commit 28939d3146
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 {