mirror of
https://github.com/MoonTechLab/LunaTV.git
synced 2026-05-18 11:47:28 +08:00
feat: using mb-14
This commit is contained in:
@@ -29,7 +29,7 @@ const PageLayout = ({ children, activePath = '/' }: PageLayoutProps) => {
|
|||||||
<div className='md:hidden flex flex-col min-h-screen w-full'>
|
<div className='md:hidden flex flex-col min-h-screen w-full'>
|
||||||
<MobileHeader />
|
<MobileHeader />
|
||||||
<main
|
<main
|
||||||
className='flex-1 pb-14'
|
className='flex-1 mb-14'
|
||||||
style={{
|
style={{
|
||||||
paddingBottom: 'calc(3.5rem + env(safe-area-inset-bottom))',
|
paddingBottom: 'calc(3.5rem + env(safe-area-inset-bottom))',
|
||||||
}}
|
}}
|
||||||
|
|||||||
Reference in New Issue
Block a user