diff options
| author | bobzel <zzzman@gmail.com> | 2025-01-19 14:35:23 -0500 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2025-01-19 14:35:23 -0500 |
| commit | e4fca20fd4f7d7401fb62d5f700a15c604070484 (patch) | |
| tree | a353029da5065459e2ec13551bf52b7b0c5ca0db /src/client/views/collections/collectionFreeForm/CollectionFreeFormView.scss | |
| parent | 156a2040cc51397c3656615f9133279dac900c82 (diff) | |
css fixes for ai editor views.
Diffstat (limited to 'src/client/views/collections/collectionFreeForm/CollectionFreeFormView.scss')
| -rw-r--r-- | src/client/views/collections/collectionFreeForm/CollectionFreeFormView.scss | 27 |
1 files changed, 25 insertions, 2 deletions
diff --git a/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.scss b/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.scss index 6dabcb8b2..46bd37f6d 100644 --- a/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.scss +++ b/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.scss @@ -312,14 +312,28 @@ .collectionfreeformview-aiView-prompt { height: 25px; - width: 100%; + width: 65%; } .collectionFreeFormView-aiView-strength { text-align: center; align-items: center; display: flex; - width: 150px; + width: 25%; + .collectionFreeFormView-aiView-similarity { + max-width: 65px; + width: 100%; + overflow: hidden; + text-overflow: ellipsis; + } + } + + .collectionFreeForView-aiView-send { + width: 10%; + .button-container { + width: 100% !important; + justify-content: left !important; + } } .collectionFreeformView-aiView-options-container, @@ -341,5 +355,14 @@ align-items: center; width: 100%; gap: 10px; + .collectionFreeformView-aiView-input { + width: 100%; + } + .collectionFreeFormView-aiView-regenBtn { + width: 10%; + .button-container { + width: 100% !important; + } + } } } |
