added qr code

This commit is contained in:
2024-09-22 14:12:20 +03:00
parent 273ebb4d18
commit 582265a0bd
6 changed files with 59 additions and 3 deletions

View File

@@ -1770,7 +1770,7 @@ export const Group = ({
width: isMobile ? "100%" : "380px",
flexDirection: "column",
alignItems: "flex-start",
height: isMobile ? "calc(100% - 45px)" : "100%",
height: isMobile ? `calc(${rootHeight} - 45px)` : "100%",
background: !isMobile && 'var(--bg-primary)',
borderRadius: !isMobile && '0px 15px 15px 0px'
}}
@@ -2302,7 +2302,7 @@ export const Group = ({
</Box>
</>
)}
{selectedGroup && (
{selectedGroup && mobileViewMode !== 'groups' && (
<>
{!isMobile && selectedGroup && (