mirror of
https://github.com/vector-im/element-call.git
synced 2026-07-18 18:59:23 +00:00
simplify
This commit is contained in:
@@ -189,7 +189,3 @@ unconditionally select the container so we can use cqmin units */
|
|||||||
.fg > button:first-of-type {
|
.fg > button:first-of-type {
|
||||||
grid-area: button;
|
grid-area: button;
|
||||||
}
|
}
|
||||||
|
|
||||||
.reactionSet {
|
|
||||||
display: flex;
|
|
||||||
}
|
|
||||||
|
|||||||
@@ -102,7 +102,7 @@ export const MediaView = forwardRef<HTMLDivElement, Props>(
|
|||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
<div className={styles.fg}>
|
<div className={styles.fg}>
|
||||||
<div className={styles.reactionSet}>
|
<div style={{ display: "flex" }}>
|
||||||
<RaisedHandIndicator
|
<RaisedHandIndicator
|
||||||
raisedHandTime={raisedHandTime}
|
raisedHandTime={raisedHandTime}
|
||||||
miniature={avatarSize < 96}
|
miniature={avatarSize < 96}
|
||||||
|
|||||||
Reference in New Issue
Block a user