diff --git a/src/components/toolbar/ToolbarView.tsx b/src/components/toolbar/ToolbarView.tsx index f4e0e18..ca826e4 100644 --- a/src/components/toolbar/ToolbarView.tsx +++ b/src/components/toolbar/ToolbarView.tsx @@ -67,8 +67,7 @@ export const ToolbarView: FC<{ isInRoom: boolean }> = props => toggleTimeoutRef.current = setTimeout(() => { toggleLockRef.current = false; }, TOGGLE_LOCK_MS); }, []); - const compactFramePosition = (isToolbarOpen && isInRoom) ? 'bottom-[55px] min-[1540px]:bottom-0' : 'bottom-0'; - const desktopFrameTransparencyClasses = isTouchLayout ? '' : 'min-[1540px]:rounded-none min-[1540px]:border-0 min-[1540px]:bg-transparent min-[1540px]:shadow-none'; + const compactFramePosition = (isToolbarOpen && isInRoom) ? 'bottom-[90px] min-[1540px]:bottom-0' : 'bottom-0'; const mobileOnlyClasses = isTouchLayout ? '' : 'min-[1540px]:hidden'; const desktopBlockClasses = isTouchLayout ? 'hidden' : 'hidden min-[1540px]:block'; const desktopFlexClasses = isTouchLayout ? 'hidden' : 'hidden min-[1540px]:flex'; @@ -162,7 +161,7 @@ export const ToolbarView: FC<{ isInRoom: boolean }> = props => { youtubeEnabled && } { isInRoom && -
+
= props => className="pointer-events-auto h-full w-full min-w-0 flex-1" id="toolbar-chat-input-container" />
} + +