kopia lustrzana https://github.com/bugout-dev/moonstream
Merge branch 'main' into alpha
commit
5f995e9232
|
|
@ -48,6 +48,7 @@ const RootLayout = (props) => {
|
||||||
<Suspense fallback="">
|
<Suspense fallback="">
|
||||||
<Navbar />
|
<Navbar />
|
||||||
</Suspense>
|
</Suspense>
|
||||||
|
{!ui.isAppView && (
|
||||||
<Flex
|
<Flex
|
||||||
w="100%"
|
w="100%"
|
||||||
h={showBanner ? ["6.5rem", "4.5rem", "3rem", null] : "0"}
|
h={showBanner ? ["6.5rem", "4.5rem", "3rem", null] : "0"}
|
||||||
|
|
@ -96,6 +97,7 @@ const RootLayout = (props) => {
|
||||||
/>
|
/>
|
||||||
</Flex>
|
</Flex>
|
||||||
</Flex>
|
</Flex>
|
||||||
|
)}
|
||||||
{!showSpinner && props.children}
|
{!showSpinner && props.children}
|
||||||
{showSpinner && <Spinner />}
|
{showSpinner && <Spinner />}
|
||||||
</Flex>
|
</Flex>
|
||||||
|
|
|
||||||
Ładowanie…
Reference in New Issue