CSS for empty timelinepanels

This commit is contained in:
Matthew Hodgson 2017-02-02 16:18:12 +00:00
parent 00c26088b1
commit c4a590f6af

View File

@ -107,6 +107,16 @@ limitations under the License.
justify-content: flex-start;
}
.mx_RoomView_empty {
flex: 1 1 auto;
font-size: 13px;
padding-left: 3em;
padding-right: 3em;
margin-right: 20px;
margin-top: 33%;
text-align: center;
}
.mx_RoomView_MessageList {
width: 100%;
list-style-type: none;