Make reactions background use the frosted glass look (#2792)

* Make reactions background use the frosted glass look

* fix spacing if there is raise hand + reaction.
This commit is contained in:
Timo
2024-11-15 18:58:40 +01:00
committed by GitHub
parent 01b9d7a70e
commit a551cde47b
2 changed files with 12 additions and 6 deletions

View File

@@ -102,7 +102,7 @@ export const MediaView = forwardRef<HTMLDivElement, Props>(
)}
</div>
<div className={styles.fg}>
<div style={{ display: "flex" }}>
<div style={{ display: "flex", gap: "var(--cpd-space-1x)" }}>
<RaisedHandIndicator
raisedHandTime={raisedHandTime}
miniature={avatarSize < 96}