(fix): tooltips in fullscreen mode
All checks were successful
/ deploy (push) Successful in 14m47s

(feat): adjust to new calls array from ident res
This commit is contained in:
Alois 2026-05-09 21:33:21 +02:00
commit 8e5ed8217d
6 changed files with 27 additions and 11 deletions

View file

@ -130,7 +130,8 @@ export default function Actions() {
>
<ScreenShareOff
style={{
scale: (sharedIconSize ? sharedIconSize + 100 : 100) + "%",
scale:
(sharedIconSize ? sharedIconSize + 100 : 100) + "%",
}}
/>
</Button>

View file

@ -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"