stub in subtraction. jscad subtract seems to be broken at the api, though

This commit is contained in:
Stewart Allen 2022-04-20 16:53:28 -04:00
commit c7298d2a9f
7 changed files with 113 additions and 47 deletions

View file

@ -408,6 +408,9 @@ button.selected:hover {
top: 0;
left: 50%;
transform: translateX(-50%);
}
#modes > div {
align-items: center;
justify-content: center;
background-color: rgba(255,255,255,0.5);
@ -418,10 +421,6 @@ button.selected:hover {
gap: 2px;
}
#mode-line, #mode-vertex {
display: none;
}
/** slide in/out logging window **/
#logger {
@ -518,6 +517,7 @@ button.selected:hover {
}
#grouplist .models .square {
display: flex;
align-items: center;
justify-content: center;
margin: 0;