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-10-03 02:47:21 -0400
committerNathan-SR <144961007+Nathan-SR@users.noreply.github.com>2024-10-03 02:47:21 -0400
commitb013de245c77e40487e9842650239eff20c0e361 (patch)
tree7aa75f348c501afc561e3d80f5fff96f3615f744 /src/client/views/nodes/DataVizBox/DocCreatorMenu.scss
parent111a4775788a52b218d5dbb49ef8c2d83d90ff3e (diff)
started work on template editing within docCreatorMenu; fixed deleting fields in the dashboard
Diffstat (limited to 'src/client/views/nodes/DataVizBox/DocCreatorMenu.scss')
-rw-r--r--src/client/views/nodes/DataVizBox/DocCreatorMenu.scss10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/client/views/nodes/DataVizBox/DocCreatorMenu.scss b/src/client/views/nodes/DataVizBox/DocCreatorMenu.scss
index 9d82ada37..4ea904b8e 100644
--- a/src/client/views/nodes/DataVizBox/DocCreatorMenu.scss
+++ b/src/client/views/nodes/DataVizBox/DocCreatorMenu.scss
@@ -289,19 +289,27 @@
}
.docCreatorMenu-expanded-template-preview {
+ display: flex;
+ flex-direction: column;
+ justify-content: flex-start;
position: relative;
width: 100%;
height: 100%;
+ .top-panel{
+ width: 100%;
+ height: 10px;
+ }
+
.right-buttons-panel {
display: flex;
flex-direction: column;
justify-content: flex-start;
height: 100%;
- width: 40px;
position: absolute;
right: 0px;
top: 0px;
+ width: 40px;
padding: 5px;
gap: 2px;
}