fix family screen adaptation

This commit is contained in:
lendry
2026-06-27 23:27:32 +03:00
parent ee28a7b1db
commit 923a028cdd
2 changed files with 6 additions and 5 deletions

View File

@@ -44,10 +44,8 @@ export function IdShell({
</div>
<main
className={cn(
'pb-[calc(4.5rem+env(safe-area-inset-bottom))] lg:pb-8 lg:pt-8 lg:pl-[220px] lg:pr-8',
fullBleed
? 'px-0 pt-0 lg:px-8'
: 'px-0 pt-14 lg:px-0'
'pb-[calc(4.5rem+env(safe-area-inset-bottom))] lg:pb-8 lg:pl-[220px] lg:pr-8',
fullBleed ? 'px-0 pt-0 lg:pt-8' : 'px-0 pt-14 lg:pt-8'
)}
>
<div