diff --git a/client/src/components/Main/TextChat.jsx b/client/src/components/Main/TextChat.jsx index 59b81e7182..4e9b413f0d 100644 --- a/client/src/components/Main/TextChat.jsx +++ b/client/src/components/Main/TextChat.jsx @@ -281,34 +281,33 @@ export default function TextChat({ messages }) { }; isNotAppendable return ( -
+
-
- + {isSubmitting? :(latestMessage&&!latestMessage?.isCreatedByUser)? :null }
{ > {/*
*/}
-
- Model: {modelName} {customModel?`(${customModel})`:null} -
-
+
+
+ Model: {modelName} {customModel?`(${customModel})`:null} +
{messageTree.length === 0 ? ( ) : ( diff --git a/client/src/mobile.css b/client/src/mobile.css index 70977212db..c10a7cf7a1 100644 --- a/client/src/mobile.css +++ b/client/src/mobile.css @@ -46,6 +46,20 @@ } @media (max-width: 767px) { + .input-panel-button { + border: 0; + } + + .input-panel-button svg { + width: 16px; + height: 16px; + } + + .input-panel { + background: rgb(52,53,65) !important; + background-image: none !important; + } + .nav-close-button { display: block; position: absolute;