stub in subtraction. jscad subtract seems to be broken at the api, though
This commit is contained in:
parent
6e2b93af0f
commit
c7298d2a9f
7 changed files with 113 additions and 47 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue