hide thread events from the timeline

This commit is contained in:
Germain Souquet 2021-08-17 11:10:02 +01:00
parent e5024c4b71
commit d1dbfbd014
7 changed files with 110 additions and 11 deletions

View file

@ -670,3 +670,33 @@ $hover-select-border: 4px;
margin-right: 0;
}
}
.mx_ThreadView {
display: flex;
flex-direction: column;
.mx_ThreadView_List {
flex: 1;
overflow: scroll;
}
.mx_EventTile_roomName {
display: none;
}
.mx_EventTile_line {
padding-left: 0 !important;
order: 10 !important;
}
.mx_EventTile {
width: 100%;
display: flex;
flex-direction: column;
border-bottom: 1px solid #888;
margin-top: 0;
padding-bottom: 5px;
margin-bottom: 5px;
}
}