Fix room list item overflow

This commit is contained in:
Robert Long 2021-11-10 15:31:47 -08:00
parent ccd328918a
commit 27f155e4a1

View file

@ -1,5 +1,4 @@
.roomList {
}
.roomListItem {
@ -23,6 +22,7 @@
width: 32px;
height: 32px;
border-radius: 32px;
flex-shrink: 0;
}
.roomAvatar > * {