fixed chat drawer mobile formatting
This commit is contained in:
parent
c33ce3d03a
commit
5c1434a2e7
4 changed files with 15 additions and 10 deletions
|
|
@ -223,7 +223,7 @@ export default function TeamPage() {
|
|||
const isStreamline = IsStreamline()
|
||||
|
||||
return (
|
||||
<PageContainer spacing={isMobile ? 0 : 2}>
|
||||
<PageContainer spacing={isMobile ? 1 : 2}>
|
||||
<Box className={classes.container}>
|
||||
<Box className={classes.leftBox}>
|
||||
{title()}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue