Fix call list styling

This commit is contained in:
Robert Long
2022-01-05 11:52:13 -08:00
parent d59f0e748d
commit 095b0287f0
3 changed files with 14 additions and 3 deletions

View File

@@ -22,6 +22,8 @@ export function CallList({ rooms, client }) {
participants={participants}
/>
))}
<div className={styles.callTileSpacer} />
<div className={styles.callTileSpacer} />
</div>
</>
);