Fix Room Preview Card Layout (#31611)

This commit is contained in:
Germain
2026-01-02 11:09:08 +00:00
committed by GitHub
parent 494bc1a468
commit 8e6045a687

View File

@@ -92,7 +92,13 @@ Please see LICENSE files in the repository root for full details.
}
.mx_FacePile {
margin-top: $spacing-20;
display: flex;
align-items: center;
margin-top: $spacing-16;
:first-child {
flex-shrink: 0;
}
}
.mx_RoomPreviewCard_joinButtons {