fix: update
This commit is contained in:
parent
79a2e86d8f
commit
c82f2d6089
@ -59,8 +59,8 @@ export default function Layout({ children }: { children: React.ReactNode }) {
|
|||||||
className={classNames(
|
className={classNames(
|
||||||
'lg:min-h-[calc(100vh-73px)]',
|
'lg:min-h-[calc(100vh-73px)]',
|
||||||
'lg:mt-[73px]',
|
'lg:mt-[73px]',
|
||||||
'min-h-screen gap-6 px-4 py-6 w-full relative',
|
|
||||||
'flex',
|
'flex',
|
||||||
|
'min-h-screen gap-6 px-4 py-6 w-full relative',
|
||||||
isFullWidth && accountId && (accountDetailsExpanded ? 'pr-118' : 'pr-24'),
|
isFullWidth && accountId && (accountDetailsExpanded ? 'pr-118' : 'pr-24'),
|
||||||
!reduceMotion && isFullWidth && 'transition-all duration-300',
|
!reduceMotion && isFullWidth && 'transition-all duration-300',
|
||||||
'justify-center',
|
'justify-center',
|
||||||
|
Loading…
Reference in New Issue
Block a user