mirror of
https://github.com/vector-im/element-call.git
synced 2026-07-12 18:39:19 +00:00
@@ -397,8 +397,8 @@ export const InCallView: FC<InCallViewProps> = subscribe(
|
|||||||
showControls
|
showControls
|
||||||
? styles.footer
|
? styles.footer
|
||||||
: hideHeader
|
: hideHeader
|
||||||
? [styles.footer, styles.footerHidden]
|
? [styles.footer, styles.footerHidden]
|
||||||
: [styles.footer, styles.footerThin],
|
: [styles.footer, styles.footerThin],
|
||||||
)}
|
)}
|
||||||
>
|
>
|
||||||
{!mobile && !hideHeader && (
|
{!mobile && !hideHeader && (
|
||||||
|
|||||||
Reference in New Issue
Block a user