mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 04:06:44 +02:00
Fix Room Preview Card Layout (#31611)
This commit is contained in:
parent
494bc1a468
commit
8e6045a687
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user