diff options
| author | Nathan-SR <144961007+Nathan-SR@users.noreply.github.com> | 2024-08-14 02:18:18 -0400 |
|---|---|---|
| committer | Nathan-SR <144961007+Nathan-SR@users.noreply.github.com> | 2024-08-14 02:18:18 -0400 |
| commit | 72b06d708a23560dd961b41b9070b2e1222d50ba (patch) | |
| tree | bdd4f7397b47e42ff3221124e0a2f3ec437f2c44 /src/client/views/nodes/DataVizBox/DocCreatorMenu.scss | |
| parent | 3aa2e040100fc662c259751dfbb7a43cc716ac2a (diff) | |
loading symbol for gpt generation; remove option for GPTTemplates
Diffstat (limited to 'src/client/views/nodes/DataVizBox/DocCreatorMenu.scss')
| -rw-r--r-- | src/client/views/nodes/DataVizBox/DocCreatorMenu.scss | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/client/views/nodes/DataVizBox/DocCreatorMenu.scss b/src/client/views/nodes/DataVizBox/DocCreatorMenu.scss index ca6534379..3e97e9d08 100644 --- a/src/client/views/nodes/DataVizBox/DocCreatorMenu.scss +++ b/src/client/views/nodes/DataVizBox/DocCreatorMenu.scss @@ -341,6 +341,12 @@ bottom: 0px; left: 0px; } + + &.top-left { + position: absolute; + top: 0px; + left: 0px; + } } &:hover .option-button { @@ -385,6 +391,10 @@ width: calc(100% - 10px); -ms-overflow-style: none; scrollbar-width: none; + + .loading-spinner { + justify-self: center; + } } .docCreatorMenu-section-topbar { |
