Fix Room Preview Card Layout (#31611)
This commit is contained in:
@@ -92,7 +92,13 @@ Please see LICENSE files in the repository root for full details.
|
|||||||
}
|
}
|
||||||
|
|
||||||
.mx_FacePile {
|
.mx_FacePile {
|
||||||
margin-top: $spacing-20;
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
margin-top: $spacing-16;
|
||||||
|
|
||||||
|
:first-child {
|
||||||
|
flex-shrink: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_RoomPreviewCard_joinButtons {
|
.mx_RoomPreviewCard_joinButtons {
|
||||||
|
|||||||
Reference in New Issue
Block a user