revert android overlay app_bar

This commit is contained in:
Timo
2025-06-25 09:37:38 +02:00
parent 12d1f4c03a
commit eb294b111d
2 changed files with 2 additions and 8 deletions

View File

@@ -2,10 +2,7 @@
block-size: 64px;
flex-shrink: 0;
}
/*show the header bar as an overlay over the video. (android)*/
.overlay {
block-size: 0px;
}
.bar > header {
position: absolute;
inset-inline: 0;

View File

@@ -64,10 +64,7 @@ export const AppBar: FC<Props> = ({ children }) => {
<>
<div
style={{ display: hidden ? "none" : "block" }}
className={classNames(
styles.bar,
platform === "android" && styles.overlay,
)}
className={styles.bar}
>
<Header>
<LeftNav>