Increase the size of select diagram and add .gitignore to backend

This commit is contained in:
dvirlabs 2025-07-13 05:43:49 +03:00
parent 1d27e4841e
commit 3ad6d53261
5 changed files with 8 additions and 3 deletions

1
backend/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
digrams/

View File

@ -0,0 +1,4 @@
{
"nodes": [],
"edges": []
}

View File

@ -207,7 +207,7 @@ function Diagram() {
color: 'white', color: 'white',
cursor: 'pointer', cursor: 'pointer',
appearance: 'none', appearance: 'none',
width: 180, width: 230,
paddingRight: 32, paddingRight: 32,
}} }}
> >