fix group layout

This commit is contained in:
Germain Souquet 2021-07-14 15:32:35 +02:00
parent 290174b031
commit fc270b435c
2 changed files with 22 additions and 10 deletions

View file

@ -241,7 +241,7 @@ limitations under the License.
}
.mx_EventTile {
margin: 0 58px;
margin: 0 6px;
}
.mx_EventTile_line {
@ -258,6 +258,10 @@ limitations under the License.
}
}
& ~ .mx_EventListSummary[data-expanded=false] {
padding: 0 34px;
}
/* events that do not require bubble layout */
& ~ .mx_EventListSummary,
&.mx_EventTile_bad {