mirror of
https://github.com/cfngc4594/monaco-editor-lsp-next.git
synced 2025-05-18 15:26:36 +00:00
style(bot): simplify layout and optimize className order
This commit is contained in:
parent
2f2c8ab112
commit
10c1716019
@ -51,9 +51,9 @@ export default function Bot() {
|
||||
);
|
||||
|
||||
return (
|
||||
<div className="flex flex-col h-full">
|
||||
<div className="relative flex-1 border-x border-muted">
|
||||
<div className="flex flex-col h-full bg-background">
|
||||
<div className="flex flex-col h-full border border-t-0 border-muted rounded-b-3xl bg-background">
|
||||
<div className="relative flex-1">
|
||||
<div className="flex flex-col h-full">
|
||||
<div className="flex-1 relative">
|
||||
{!messages.some(
|
||||
(message) => message.role === "user" || message.role === "assistant"
|
||||
|
Loading…
Reference in New Issue
Block a user