top-align search results

pull/1232/head
Matthew Hodgson 2016-03-18 16:24:48 +00:00
parent 866bd55bc3
commit a1e3cf76e1
1 changed files with 5 additions and 0 deletions

View File

@ -137,6 +137,11 @@ limitations under the License.
-webkit-justify-content: flex-end;
}
.mx_RoomView_searchResultsPanel .mx_RoomView_messageListWrapper {
justify-content: flex-start;
-webkit-justify-content: flex-start;
}
.mx_RoomView_MessageList {
width: 100%;
list-style-type: none;