don't need snow right now, whoops
Some checks failed
Nicolium CI / Test and upload artifacts (22.x) (push) Has been cancelled
Nicolium CI / deploy (push) Has been cancelled
pl-api CI / Test for pl-api formatting (22.x) (push) Has been cancelled
pl-hooks CI / Test for a successful build (22.x) (push) Has been cancelled

This commit is contained in:
2026-03-07 15:39:14 +00:00
parent 620925f665
commit 219ae4b7c7

View File

@ -3,7 +3,7 @@ import debounce from 'lodash/debounce';
import React, { Suspense, useEffect, useState } from 'react';
import StickyBox from 'react-sticky-box';
import SnowContainer from '@/components/snow-container';
// import SnowContainer from '@/components/snow-container';
import { useFeatures } from '@/hooks/use-features';
import tailwindConfig from '../../../tailwind.config';
@ -98,7 +98,7 @@ const useWindowControlsOverlay = () => {
/** Layout container, to hold Sidebar, Main, and Aside. */
const Layout: LayoutComponent = ({ children, fullWidth }) => (
<div className='⁂-layout'>
<SnowContainer />
{/* <SnowContainer /> */}
<div
className={clsx('⁂-layout__content', {
'⁂-layout__content--full-width': fullWidth,