Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
This commit is contained in:
parent
70c10886c4
commit
6bd090c090
1 changed files with 4 additions and 1 deletions
|
@ -954,7 +954,6 @@ $threadInfoLineHeight: calc(2 * $font-12px);
|
||||||
.mx_EventTile {
|
.mx_EventTile {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
padding-top: 14px; // due to layout differences, this odd number matches the 18px padding-top of main tl events
|
|
||||||
|
|
||||||
.mx_EventTile_line {
|
.mx_EventTile_line {
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
|
@ -972,6 +971,10 @@ $threadInfoLineHeight: calc(2 * $font-12px);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mx_EventTile:not([data-layout=bubble]) {
|
||||||
|
padding-top: 14px; // due to layout differences, this odd number matches the 18px padding-top of main tl events
|
||||||
|
}
|
||||||
|
|
||||||
.mx_EventTile[data-layout=bubble] {
|
.mx_EventTile[data-layout=bubble] {
|
||||||
margin-left: 36px;
|
margin-left: 36px;
|
||||||
margin-right: 36px;
|
margin-right: 36px;
|
||||||
|
|
Loading…
Reference in a new issue