From e4fca20fd4f7d7401fb62d5f700a15c604070484 Mon Sep 17 00:00:00 2001 From: bobzel Date: Sun, 19 Jan 2025 14:35:23 -0500 Subject: css fixes for ai editor views. --- .../collectionFreeForm/CollectionFreeFormView.scss | 27 ++++++++++++++++++++-- 1 file changed, 25 insertions(+), 2 deletions(-) (limited to 'src/client/views/collections/collectionFreeForm/CollectionFreeFormView.scss') 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; + } + } } } -- cgit v1.2.3-70-g09d2