aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/DiagramBox.scss
diff options
context:
space:
mode:
authorZachary Zhang <zacharyzhang7@gmail.com>2024-09-04 23:05:38 -0400
committerZachary Zhang <zacharyzhang7@gmail.com>2024-09-04 23:05:38 -0400
commit1585ae672a6e01886fe029de87fe56992d04e0e0 (patch)
tree5c38fbbb2550b4136e793b354b668d74854a56a9 /src/client/views/nodes/DiagramBox.scss
parent196294f331496262bef256da8b8e9dbc80288bea (diff)
code changes and comments
Diffstat (limited to 'src/client/views/nodes/DiagramBox.scss')
-rw-r--r--src/client/views/nodes/DiagramBox.scss2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/client/views/nodes/DiagramBox.scss b/src/client/views/nodes/DiagramBox.scss
index b43f961d0..8a7863c14 100644
--- a/src/client/views/nodes/DiagramBox.scss
+++ b/src/client/views/nodes/DiagramBox.scss
@@ -21,7 +21,6 @@
justify-content: center;
align-items: center;
width: 100%;
- height: $searchbarHeight;
padding: 10px;
input[type='text'] {
@@ -40,7 +39,6 @@
justify-content: center;
align-items: center;
width: 100%;
- height: calc(100% - $searchbarHeight);
.diagramBox {
flex: 1;
display: flex;