diff --git a/dist/index.html b/dist/index.html index 4910097..06b8cd5 100644 --- a/dist/index.html +++ b/dist/index.html @@ -15,20 +15,11 @@ + CAD Tool diff --git a/src/app.css b/src/app.css index b831ab4..8bbcc7b 100644 --- a/src/app.css +++ b/src/app.css @@ -1,19 +1,22 @@ - - @tailwind base; @tailwind components; @tailwind utilities; -.buttons-group { - position: absolute; - left:0; - display: flex; - flex-direction: column; +html, +body { + margin: 0; + height: 100%; +} + +#c { + width: 100%; + height: 100%; + display: block; } -/* .feature-tree { - color: red; - position: absolute; - right:0; -} */ +@layer components { + .btn-blue { + @apply bg-blue-500 hover:bg-blue-700 text-white font-bold py-2 px-4 rounded cursor-pointer + } +} diff --git a/src/app.jsx b/src/app.jsx index 93aa588..2a2b7bc 100644 --- a/src/app.jsx +++ b/src/app.jsx @@ -38,17 +38,23 @@ const App = () => { return <> -
+
+ {/*
*/} {activeSketchNid ? - : - +
: +
addsketch
} {/* */}
+
{treeEntries.allNids.map((entId, idx) => (