Add padding to room header icon (#29271)

* Add padding to room header icon

* Add screenshot tests for room header icon

* Add type to visibility import

* Use visibility type

* lint
This commit is contained in:
David Langley
2025-02-21 11:27:57 +00:00
committed by GitHub
parent 3470182410
commit 2e1798edc4
3 changed files with 11 additions and 0 deletions

View File

@@ -59,6 +59,7 @@ Please see LICENSE files in the repository root for full details.
.mx_RoomHeader_icon {
flex-shrink: 0;
padding: var(--cpd-space-1x);
}
.mx_RoomHeader .mx_FacePile {