aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/DiagramBox.scss
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2024-10-01 09:04:41 -0400
committerbobzel <zzzman@gmail.com>2024-10-01 09:04:41 -0400
commit2e001d89e2490f278764135f02d9191b5d704dbd (patch)
tree75c3ba5c7983d97e49e06f4fa2702abbebe9b6f7 /src/client/views/nodes/DiagramBox.scss
parent6d0cec80757dcdb07434d7788dd2eb97c2ce4b7c (diff)
parentfa17eee93e43e2a06565045557e01a3687fb2505 (diff)
merged with master
Diffstat (limited to 'src/client/views/nodes/DiagramBox.scss')
-rw-r--r--src/client/views/nodes/DiagramBox.scss4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/client/views/nodes/DiagramBox.scss b/src/client/views/nodes/DiagramBox.scss
index 323638bff..8a7863c14 100644
--- a/src/client/views/nodes/DiagramBox.scss
+++ b/src/client/views/nodes/DiagramBox.scss
@@ -1,5 +1,3 @@
-$searchbarHeight: 50px;
-
.DIYNodeBox {
width: 100%;
height: 100%;
@@ -23,7 +21,6 @@ $searchbarHeight: 50px;
justify-content: center;
align-items: center;
width: 100%;
- height: $searchbarHeight;
padding: 10px;
input[type='text'] {
@@ -42,7 +39,6 @@ $searchbarHeight: 50px;
justify-content: center;
align-items: center;
width: 100%;
- height: calc(100% - $searchbarHeight);
.diagramBox {
flex: 1;
display: flex;