fix: update

This commit is contained in:
Linkie Link 2023-10-24 20:21:35 +02:00
parent 79a2e86d8f
commit c82f2d6089
No known key found for this signature in database
GPG Key ID: 5318B0F2564D38EA

View File

@ -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',