Update navbar model name text size
This commit is contained in:
@@ -530,7 +530,7 @@ export default function ChatBOX(props: {
|
|||||||
<span class="indicator-item badge badge-primary">
|
<span class="indicator-item badge badge-primary">
|
||||||
{chatStore.streamMode ? Tr("STREAM") : Tr("FETCH")}
|
{chatStore.streamMode ? Tr("STREAM") : Tr("FETCH")}
|
||||||
</span>
|
</span>
|
||||||
<a class="btn btn-ghost text-xl p-0">
|
<a class="btn btn-ghost text-base sm:text-xl p-0">
|
||||||
<SparklesIcon className="h-4 w-4 hidden sm:block" />
|
<SparklesIcon className="h-4 w-4 hidden sm:block" />
|
||||||
{chatStore.model}
|
{chatStore.model}
|
||||||
</a>
|
</a>
|
||||||
@@ -1035,7 +1035,7 @@ export default function ChatBOX(props: {
|
|||||||
autoHeight(event.target);
|
autoHeight(event.target);
|
||||||
setInputMsg(event.target.value);
|
setInputMsg(event.target.value);
|
||||||
}}
|
}}
|
||||||
className="textarea textarea-bordered textarea-sm grow"
|
className="textarea textarea-bordered textarea-sm grow w-0"
|
||||||
style={{
|
style={{
|
||||||
"lineHeight": "1.39",
|
"lineHeight": "1.39",
|
||||||
}}
|
}}
|
||||||
|
|||||||
Reference in New Issue
Block a user