Fix facepile styling
This commit is contained in:
@@ -12,6 +12,7 @@ export function Facepile({ participants }) {
|
|||||||
>
|
>
|
||||||
{participants.map((member) => (
|
{participants.map((member) => (
|
||||||
<div
|
<div
|
||||||
|
key={member.userId}
|
||||||
className={styles.avatar}
|
className={styles.avatar}
|
||||||
style={{ backgroundColor: colorHash.hex(member.name) }}
|
style={{ backgroundColor: colorHash.hex(member.name) }}
|
||||||
>
|
>
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
.facepile {
|
.facepile {
|
||||||
|
display: flex;
|
||||||
margin: 0 16px;
|
margin: 0 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user