mirror of
https://github.com/vector-im/element-call.git
synced 2024-11-21 00:28:08 +08:00
fix spacing if there is raise hand + reaction.
This commit is contained in:
parent
94cb0e1a4a
commit
07a4a1db9f
@ -102,7 +102,7 @@ export const MediaView = forwardRef<HTMLDivElement, Props>(
|
|||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
<div className={styles.fg}>
|
<div className={styles.fg}>
|
||||||
<div style={{ display: "flex" }}>
|
<div style={{ display: "flex", gap: "var(--cpd-space-1x)" }}>
|
||||||
<RaisedHandIndicator
|
<RaisedHandIndicator
|
||||||
raisedHandTime={raisedHandTime}
|
raisedHandTime={raisedHandTime}
|
||||||
miniature={avatarSize < 96}
|
miniature={avatarSize < 96}
|
||||||
|
Loading…
Reference in New Issue
Block a user