more stuff

This commit is contained in:
2022-04-12 07:24:27 +02:00
parent 840e30c550
commit 7d3bc7a99e
2 changed files with 6 additions and 2 deletions

5
.gitignore vendored
View File

@@ -41,4 +41,7 @@ a.py
*.txt
*.dxf
/public/*.dxf
/pages/api/auth/*
/pages/api/auth/*
/cypress
cypress.json

View File

@@ -75,7 +75,7 @@ export default function Manual() {
<div className="flex flex-col">
<Pane width={480}>
{points.map((point, index) => (
<Pane className="flex flex-row">
<Pane className="flex flex-row items-center">
<TextInputField
id={`len-${index}`}
placeholder="0 m"
@@ -114,6 +114,7 @@ export default function Manual() {
}}
></TextInputField>
<Button
className="mb-5"
appearance="minimal"
onClick={() => {
let newPoints = points;