Update navbar styling in ChatBOX component
This commit is contained in:
@@ -474,7 +474,7 @@ export default function ChatBOX(props: {
|
|||||||
setShow={setShowSearch}
|
setShow={setShowSearch}
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
<div class="navbar bg-base-100">
|
<div class="navbar bg-base-100 p-0">
|
||||||
<div class="navbar-start">
|
<div class="navbar-start">
|
||||||
<div class="dropdown">
|
<div class="dropdown">
|
||||||
<div tabindex={0} role="button" class="btn btn-ghost btn-circle">
|
<div tabindex={0} role="button" class="btn btn-ghost btn-circle">
|
||||||
@@ -530,8 +530,8 @@ 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">
|
<a class="btn btn-ghost text-xl p-0">
|
||||||
<SparklesIcon class="h-4 w-4" />
|
<SparklesIcon className="h-4 w-4 hidden sm:block" />
|
||||||
{chatStore.model}
|
{chatStore.model}
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
@@ -562,7 +562,7 @@ export default function ChatBOX(props: {
|
|||||||
</svg>
|
</svg>
|
||||||
</button>
|
</button>
|
||||||
<button
|
<button
|
||||||
class="btn btn-ghost btn-circle"
|
class="btn btn-ghost btn-circle hidden sm:block"
|
||||||
onClick={() => setShowSettings(true)}
|
onClick={() => setShowSettings(true)}
|
||||||
>
|
>
|
||||||
<div class="indicator">
|
<div class="indicator">
|
||||||
|
|||||||
Reference in New Issue
Block a user