diff options
| author | bobzel <zzzman@gmail.com> | 2024-10-01 09:04:41 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2024-10-01 09:04:41 -0400 |
| commit | 2e001d89e2490f278764135f02d9191b5d704dbd (patch) | |
| tree | 75c3ba5c7983d97e49e06f4fa2702abbebe9b6f7 /src/client/views/nodes/DiagramBox.scss | |
| parent | 6d0cec80757dcdb07434d7788dd2eb97c2ce4b7c (diff) | |
| parent | fa17eee93e43e2a06565045557e01a3687fb2505 (diff) | |
merged with master
Diffstat (limited to 'src/client/views/nodes/DiagramBox.scss')
| -rw-r--r-- | src/client/views/nodes/DiagramBox.scss | 4 |
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; |
