UI updates

This commit is contained in:
2022-04-27 05:10:49 -04:00
parent f63607b010
commit bbd553d32c
11 changed files with 107 additions and 47 deletions

View File

@@ -15,7 +15,9 @@ function Layout(props: layoutProps) {
<Meta name={props.name} ancestors={props.ancestors} />
<Title title={props.title} name={props.name} ancestors={props.ancestors} />
<FuzzyBar />
{props.children}
<div className='container'>
{props.children}
</div>
</>
);
}