plottery_editor 0.7.0

Graphical Editor of Plottery, a creative coding framework for generative vector graphics and pen plotting.
.ProjectImport {
  display: flex;
  flex-direction: column;
  row-gap: var(--gap-0);
  width: 100%;
  max-width: 1500px;
}

.input_row {
  display: flex;
  flex-direction: row;
  column-gap: var(--gap-1);
  width: 100%;
  align-items: center;
}

.folder_button {
  padding: var(--gap-0);
  min-height: 0 !important;
  display: flex;
  align-items: center;
  justify-items: center;
}
.folder_img {
  height: 15px !important;
}