mirror of
https://github.com/vector-im/element-call.git
synced 2026-08-02 19:49:23 +00:00
add offset for earpice overlay
This commit is contained in:
@@ -61,3 +61,7 @@
|
|||||||
.overlay > p {
|
.overlay > p {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.spacer {
|
||||||
|
min-height: var(--cpd-space-32x);
|
||||||
|
}
|
||||||
|
|||||||
@@ -37,6 +37,8 @@ export const EarpieceOverlay: FC<Props> = ({ show, onBackToVideoPressed }) => {
|
|||||||
>
|
>
|
||||||
{t("handset.overlay_back_button")}
|
{t("handset.overlay_back_button")}
|
||||||
</Button>
|
</Button>
|
||||||
|
{/* This spacer is used to give the overlay an offset to the top. */}
|
||||||
|
<div className={styles.spacer} />
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user