feat: added temporary dummy button menu

ref: N25B-189
This commit is contained in:
Tuurminator69
2025-11-11 16:05:25 +01:00
parent 52b839ae51
commit 45e133e255
3 changed files with 58 additions and 20 deletions

View File

@@ -40,6 +40,14 @@
align-items: center;
}
.save-load-panel {
outline: 2.5pt solid black;
border-radius: 0 0 5pt 5pt;
border-color: dimgrey;
background-color: canvas;
align-items: center;
}
.dnd-node-container {
background-color: canvas;
justify-content: center;