recycle EventTile css to make history items look mostly similar
This commit is contained in:
parent
8c9a6ddf96
commit
ee03a0f31d
2 changed files with 12 additions and 22 deletions
|
@ -28,23 +28,11 @@ limitations under the License.
|
|||
.mx_MessageEditHistoryDialog_edits {
|
||||
list-style-type: none;
|
||||
font-size: 14px;
|
||||
padding: 0;
|
||||
color: $primary-fg-color;
|
||||
|
||||
&>li.edit {
|
||||
margin: 10px 0;
|
||||
display: flex;
|
||||
|
||||
&>.mx_MessageTimestamp {
|
||||
flex: 0 0 50px;
|
||||
}
|
||||
|
||||
&>p {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
ul, ol {
|
||||
list-style-type: circle;
|
||||
.mx_EventTile_line, .mx_EventTile_content {
|
||||
margin-right: 0px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue