(feat): adjust to new calls array from ident res
This commit is contained in:
parent
dd09ca943d
commit
8e5ed8217d
6 changed files with 27 additions and 11 deletions
|
|
@ -130,7 +130,8 @@ export default function Actions() {
|
|||
>
|
||||
<ScreenShareOff
|
||||
style={{
|
||||
scale: (sharedIconSize ? sharedIconSize + 100 : 100) + "%",
|
||||
scale:
|
||||
(sharedIconSize ? sharedIconSize + 100 : 100) + "%",
|
||||
}}
|
||||
/>
|
||||
</Button>
|
||||
|
|
|
|||
|
|
@ -112,7 +112,7 @@ export default function Layout({ children }: { children: React.ReactNode }) {
|
|||
>
|
||||
<div
|
||||
ref={topBarRef}
|
||||
className={`shrink-0 w-full z-20 transition-all duration-200 ${
|
||||
className={`shrink-0 w-full z-40 transition-all duration-200 ${
|
||||
isImmersiveFocusedView
|
||||
? immersiveChromeVisible
|
||||
? "opacity-100 translate-y-0 pointer-events-auto"
|
||||
|
|
@ -142,7 +142,7 @@ export default function Layout({ children }: { children: React.ReactNode }) {
|
|||
</div>
|
||||
<div
|
||||
ref={actionsRef}
|
||||
className={`shrink-0 pb-4.5 pt-3 bottom-0 w-full z-20 transition-all duration-200 ${
|
||||
className={`shrink-0 pb-4.5 pt-3 bottom-0 w-full z-40 transition-all duration-200 ${
|
||||
isImmersiveFocusedView
|
||||
? immersiveChromeVisible
|
||||
? "opacity-100 translate-y-0 pointer-events-auto"
|
||||
|
|
|
|||
Loading…
Reference in a new issue