mirror of
https://github.com/vector-im/element-call.git
synced 2026-03-31 07:00:26 +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 {
|
||||
grid-area: button;
|
||||
}
|
||||
|
||||
.reactionSet {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
@@ -102,7 +102,7 @@ export const MediaView = forwardRef<HTMLDivElement, Props>(
|
||||
)}
|
||||
</div>
|
||||
<div className={styles.fg}>
|
||||
<div className={styles.reactionSet}>
|
||||
<div style={{ display: "flex" }}>
|
||||
<RaisedHandIndicator
|
||||
raisedHandTime={raisedHandTime}
|
||||
miniature={avatarSize < 96}
|
||||
|
||||
Reference in New Issue
Block a user