mirror of
https://github.com/vector-im/element-call.git
synced 2026-07-15 18:49:21 +00:00
revert android overlay app_bar
This commit is contained in:
@@ -2,10 +2,7 @@
|
|||||||
block-size: 64px;
|
block-size: 64px;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
}
|
}
|
||||||
/*show the header bar as an overlay over the video. (android)*/
|
|
||||||
.overlay {
|
|
||||||
block-size: 0px;
|
|
||||||
}
|
|
||||||
.bar > header {
|
.bar > header {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
inset-inline: 0;
|
inset-inline: 0;
|
||||||
|
|||||||
@@ -64,10 +64,7 @@ export const AppBar: FC<Props> = ({ children }) => {
|
|||||||
<>
|
<>
|
||||||
<div
|
<div
|
||||||
style={{ display: hidden ? "none" : "block" }}
|
style={{ display: hidden ? "none" : "block" }}
|
||||||
className={classNames(
|
className={styles.bar}
|
||||||
styles.bar,
|
|
||||||
platform === "android" && styles.overlay,
|
|
||||||
)}
|
|
||||||
>
|
>
|
||||||
<Header>
|
<Header>
|
||||||
<LeftNav>
|
<LeftNav>
|
||||||
|
|||||||
Reference in New Issue
Block a user