Add empty AST cache file for version 0.8.44 with non-object root data
This commit is contained in:
@@ -20,8 +20,7 @@ function Layout({
|
||||
return (
|
||||
<div>
|
||||
<main
|
||||
className={`w-full min-h-screen
|
||||
${disableFooter && " md:pb-[80px]"}`}
|
||||
className={`w-full min-h-screen ${disableFooter && " md:pb-[80px]"}`}
|
||||
>
|
||||
<header className="w-full sticky bg-[#FFF] !z-[70] shadow-[0px_1px_24.8px_0px_rgba(204,_204,_204,_0.18)] mt-[12px] sm:mt-[21px] md:mt-[30px] lg:mt-[40px] top-0 right-1/2">
|
||||
<div className="w-full padding-responsive">
|
||||
@@ -29,13 +28,7 @@ function Layout({
|
||||
</div>
|
||||
</header>
|
||||
<section
|
||||
className={`
|
||||
opacity-page -mt-[calc(48px_+_12px)] sm:-mt-[calc(56px_+_21px)] md:-mt-[calc(64px_+_30px)] lg:-mt-[calc(80px_+_40px)]
|
||||
${
|
||||
isSidebar &&
|
||||
"padding-responsive min-h-screen flex items-stretch justify-center gap-[12px] lg:gap-[24px] pt-[76px] sm:pt-[109px] mt:pt-[142px] lg:pt-[176px]"
|
||||
}
|
||||
`}
|
||||
className={` opacity-page -mt-[calc(48px_+_12px)] sm:-mt-[calc(56px_+_21px)] md:-mt-[calc(64px_+_30px)] lg:-mt-[calc(80px_+_40px)] ${ isSidebar && "padding-responsive min-h-screen flex items-stretch justify-center gap-[12px] lg:gap-[24px] pt-[76px] sm:pt-[109px] mt:pt-[142px] lg:pt-[176px]" } `}
|
||||
>
|
||||
{isSidebar && (
|
||||
<Sidebar
|
||||
|
||||
Reference in New Issue
Block a user