mirror of
https://github.com/vector-im/element-call.git
synced 2026-08-29 21:15:19 +00:00
Fix call list styling
This commit is contained in:
@@ -22,6 +22,8 @@ export function CallList({ rooms, client }) {
|
||||
participants={participants}
|
||||
/>
|
||||
))}
|
||||
<div className={styles.callTileSpacer} />
|
||||
<div className={styles.callTileSpacer} />
|
||||
</div>
|
||||
</>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user