some preliminary styling
parent
e7fc84d5da
commit
beb003b2d6
|
@ -16,17 +16,18 @@ limitations under the License.
|
||||||
|
|
||||||
.mx_MessageEditHistoryDialog ul {
|
.mx_MessageEditHistoryDialog ul {
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
|
font-size: 14px;
|
||||||
|
|
||||||
&>li.edit {
|
&>li.edit {
|
||||||
|
margin: 10px 0;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
||||||
&>strong {
|
&>.mx_MessageTimestamp {
|
||||||
flex: 0 0 100px;
|
flex: 0 0 50px;
|
||||||
font-weight: bold;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&>p {
|
&>p {
|
||||||
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue