relax drill circularity for lower poly. add ; bc no ts syntax
This commit is contained in:
parent
ae2a669c4c
commit
35660d39cf
3 changed files with 28 additions and 26 deletions
|
|
@ -1115,7 +1115,7 @@ self.kiri.load(api => {
|
|||
]),
|
||||
h.div({ class: "var-row f-grow" }, [
|
||||
h.label('active'),
|
||||
h.input({ id: "bbl_file_active", class: "t-left", readonly })
|
||||
h.input({ id: "bbl_file_active", class: "t-left", style: "width: 20ch; max-width: 20ch", readonly })
|
||||
]),
|
||||
h.div({ class: "pop-sep" }),
|
||||
h.div({ class: "f-row gap3 f-grow" }, [
|
||||
|
|
|
|||
Loading…
Reference in a new issue