diff options
| author | Nathan-SR <144961007+Nathan-SR@users.noreply.github.com> | 2024-10-03 02:47:21 -0400 |
|---|---|---|
| committer | Nathan-SR <144961007+Nathan-SR@users.noreply.github.com> | 2024-10-03 02:47:21 -0400 |
| commit | b013de245c77e40487e9842650239eff20c0e361 (patch) | |
| tree | 7aa75f348c501afc561e3d80f5fff96f3615f744 /src/client/views/nodes/DataVizBox/DocCreatorMenu.scss | |
| parent | 111a4775788a52b218d5dbb49ef8c2d83d90ff3e (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.scss | 10 |
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; } |
