Fix call list alignment
This commit is contained in:
@@ -22,8 +22,12 @@ export function CallList({ rooms, client }) {
|
||||
participants={participants}
|
||||
/>
|
||||
))}
|
||||
{rooms.length > 3 && (
|
||||
<>
|
||||
<div className={styles.callTileSpacer} />
|
||||
<div className={styles.callTileSpacer} />
|
||||
</>
|
||||
)}
|
||||
</div>
|
||||
</>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user