diff options
| author | bobzel <zzzman@gmail.com> | 2024-01-31 20:39:47 -0500 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2024-01-31 20:39:47 -0500 |
| commit | 0d8c05db9cbb5a23a94554c65015c347ff8c38b9 (patch) | |
| tree | fa1cd6ba23262e81ee7b1b03a89783d0026cbba0 /src/client/views/collections/TreeView.scss | |
| parent | 8ac814bbb81b690a6a10f5a07aa5ce0e8cafe283 (diff) | |
cleaned up accessing/setting proto_embeddings with api on Doc. fixed some css related to IconButtons. added a paintView toggle button to dec decorations for text with code blocks. enabled text with code to modify Docs and get this and documentView as params.
Diffstat (limited to 'src/client/views/collections/TreeView.scss')
| -rw-r--r-- | src/client/views/collections/TreeView.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/client/views/collections/TreeView.scss b/src/client/views/collections/TreeView.scss index 0a1946f09..09701ddb5 100644 --- a/src/client/views/collections/TreeView.scss +++ b/src/client/views/collections/TreeView.scss @@ -128,6 +128,10 @@ position: relative; z-index: 1; + .treeView-rightButtons > .iconButton-container { + min-height: unset; + } + .treeView-background { width: 100%; height: 100%; |
