Make the ide more full screen like

This commit is contained in:
Kurt Hutten
2021-03-21 15:30:27 +11:00
parent fef69917f5
commit ab394ed564
4 changed files with 26 additions and 22 deletions

View File

@@ -32,7 +32,7 @@ const IdeContainer = () => {
}
return (
<div id="cadhub-ide" className="h-screen">
<div id="cadhub-ide" className="flex-auto h-full">
<Mosaic
renderTile={(id, path) => (
<MosaicWindow path={path} title={id} className={id.toLowerCase()}>

View File

@@ -24,7 +24,7 @@ const IdeToolbarNew = () => {
return (
<IdeContext.Provider value={{ state, dispatch }}>
<div className="p-8 border-2">
<div className="h-full flex flex-col">
<nav className="flex">
{/* <button
onClick={() => setIdeType('openCascade')}