Update navbar model name text size

This commit is contained in:
2024-07-26 16:57:34 +08:00
parent 91f7043b7c
commit 6a848580f6

View File

@@ -530,7 +530,7 @@ export default function ChatBOX(props: {
<span class="indicator-item badge badge-primary">
{chatStore.streamMode ? Tr("STREAM") : Tr("FETCH")}
</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" />
{chatStore.model}
</a>
@@ -1035,7 +1035,7 @@ export default function ChatBOX(props: {
autoHeight(event.target);
setInputMsg(event.target.value);
}}
className="textarea textarea-bordered textarea-sm grow"
className="textarea textarea-bordered textarea-sm grow w-0"
style={{
"lineHeight": "1.39",
}}