Add space to the bottom of the room summary actions below leave room (#29270)

* Add space to the bottom of the room summary actions below leave room

* 8x not 6x

* Spacing needs to be within the scoll content, add it to the bottom of the leave action

* Update RoomSummaryCard-test.tsx.snap

* Fix snapshot and add screenshot test
This commit is contained in:
David Langley
2025-03-06 08:44:29 +00:00
committed by GitHub
parent 3762d40620
commit b6c872142b
5 changed files with 17 additions and 3 deletions

View File

@@ -100,3 +100,7 @@ Please see LICENSE files in the repository root for full details.
.mx_RoomSummaryCard_roomName {
margin: $spacing-12 0 $spacing-4;
}
.mx_RoomSummaryCard_leave {
margin: 0 0 var(--cpd-space-8x);
}