some preliminary styling

This commit is contained in:
Bruno Windels 2019-06-24 17:46:30 +02:00
parent e7fc84d5da
commit beb003b2d6

View file

@ -16,17 +16,18 @@ limitations under the License.
.mx_MessageEditHistoryDialog ul {
list-style-type: none;
font-size: 14px;
&>li.edit {
margin: 10px 0;
display: flex;
&>strong {
flex: 0 0 100px;
font-weight: bold;
&>.mx_MessageTimestamp {
flex: 0 0 50px;
}
&>p {
margin: 0;
}
}