Make the ide more full screen like
This commit is contained in:
@@ -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()}>
|
||||
|
||||
@@ -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')}
|
||||
|
||||
Reference in New Issue
Block a user