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(
|
||||
'lg:min-h-[calc(100vh-73px)]',
|
||||
'lg:mt-[73px]',
|
||||
'min-h-screen gap-6 px-4 py-6 w-full relative',
|
||||
'flex',
|
||||
'min-h-screen gap-6 px-4 py-6 w-full relative',
|
||||
isFullWidth && accountId && (accountDetailsExpanded ? 'pr-118' : 'pr-24'),
|
||||
!reduceMotion && isFullWidth && 'transition-all duration-300',
|
||||
'justify-center',
|
||||
|
Loading…
Reference in New Issue
Block a user