feat: Navigation UI improvements

This commit is contained in:
Aleksander Grygier 2026-02-06 04:09:04 +01:00
parent d81e7d3a3a
commit 7d66311107
2 changed files with 9 additions and 4 deletions

View File

@ -121,12 +121,12 @@
--chat-form-area-offset: 2rem;
--max-message-height: max(24rem, min(80dvh, calc(100dvh - var(--chat-form-area-height) - 12rem)));
}
@media (min-width: 640px) {
:root{
:root {
--chat-form-area-height: 24rem;
--chat-form-area-offset: 12rem;
}
}
}
:root {

View File

@ -19,7 +19,12 @@
: ''}"
>
<div class="pointer-events-auto flex items-center space-x-2">
<Button variant="ghost" size="sm" onclick={toggleSettings}>
<Button
variant="ghost"
size="icon"
onclick={toggleSettings}
class="rounded-full backdrop-blur-lg"
>
<Settings class="h-4 w-4" />
</Button>
</div>