aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/DataVizBox/DocCreatorMenu.scss
diff options
context:
space:
mode:
authorNathan-SR <144961007+Nathan-SR@users.noreply.github.com>2024-07-30 13:05:09 -0400
committerNathan-SR <144961007+Nathan-SR@users.noreply.github.com>2024-07-30 13:05:09 -0400
commit598bc954df87bc6d5875c404cefc6f26b51f6afe (patch)
tree7b8c667cdf671dc89351bf34c3a2b2a66ddb2f67 /src/client/views/nodes/DataVizBox/DocCreatorMenu.scss
parent19144140070f32f8ce9567d0197e809669e3e297 (diff)
resizing 90%
Diffstat (limited to 'src/client/views/nodes/DataVizBox/DocCreatorMenu.scss')
-rw-r--r--src/client/views/nodes/DataVizBox/DocCreatorMenu.scss15
1 files changed, 8 insertions, 7 deletions
diff --git a/src/client/views/nodes/DataVizBox/DocCreatorMenu.scss b/src/client/views/nodes/DataVizBox/DocCreatorMenu.scss
index 87f493291..ac60ddb3e 100644
--- a/src/client/views/nodes/DataVizBox/DocCreatorMenu.scss
+++ b/src/client/views/nodes/DataVizBox/DocCreatorMenu.scss
@@ -246,9 +246,9 @@
}
&.topRight, &.topLeft, &.bottomRight, &.bottomLeft {
- height: 10px;
- width: 10px;
- background-color: blue;
+ height: 15px;
+ width: 15px;
+ background-color: none;
}
}
@@ -504,10 +504,11 @@
flex: 0 0 auto;
overflow: scroll;
display: grid;
- width: auto;
- height: auto;
- max-width: 240;
- max-height: 240;
+ width: 100%;
+ aspect-ratio: 1.23;
+ //height: auto;
+ // max-width: 240;
+ // max-height: 240;
border: 1px solid rgb(180, 180, 180);
border-radius: 5px;
background-color: rgb(34, 34, 37);