some preliminary styling
This commit is contained in:
parent
e7fc84d5da
commit
beb003b2d6
1 changed files with 5 additions and 4 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue