Merge pull request #5874 from matrix-org/gsouquet-room-events

This commit is contained in:
Germain 2021-04-21 09:09:01 +01:00 committed by GitHub
commit 68fb9a78c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 155 additions and 138 deletions

View file

@ -18,6 +18,10 @@ limitations under the License.
margin-left: 8px;
margin-bottom: 4px;
&.mx_RoomSublist_hidden {
display: none;
}
.mx_RoomSublist_headerContainer {
// Create a flexbox to make alignment easy
display: flex;