Skip to content

Commit d8ecb63

Browse files
authored
New room list: reduce padding between avatar and room list border (#29634)
* feat(room list): reduce padding between avatar and room list border * test(e2e): update screenshots
1 parent bcc4ecf commit d8ecb63

12 files changed

+1
-1
lines changed
Loading
Loading

res/css/views/rooms/RoomListPanel/_RoomListItemView.pcss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
}
2828

2929
.mx_RoomListItemView_container {
30-
padding-left: var(--cpd-space-3x);
30+
padding-left: var(--cpd-space-2x);
3131
font: var(--cpd-font-body-md-regular);
3232
height: 100%;
3333

0 commit comments

Comments
 (0)