Update environment variables for production URLs, enhance DraggableContainer with padding parsing for responsive positioning, and improve PopupWrapper and SessionUsersPanel styling for better layout consistency. Refactor ChatPopup and UserCamera components for improved logging and conditional rendering based on user roles.

This commit is contained in:
2025-11-05 15:07:38 +05:00
parent d0c9138b22
commit ddeb7d8148
11 changed files with 215 additions and 61 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ export default function ActionsPopover({
isOpened={opened}
parentElRef={buttonRef}
position="vertical"
className={clsx("2xl:w-[17.222vw] w-[53.333vw]", className)}
className={clsx("2xl:w-[17.222vw] max-2xl:w-[192px]", className)}
>
{options.map((option) => (
<Button