This commit is contained in:
ct
2025-05-28 21:07:21 +08:00
parent 006436f023
commit 24c78d5cca
5 changed files with 163 additions and 24 deletions

View File

@@ -7,7 +7,7 @@ const EditorHeader = (
{className = ''}
) => {
return (
<div className={cn("bg-white rounded-3xl p-4 flex items-center justify-between shadow-sm", className)}>
<div className={cn("bg-white rounded-3xl p-4 flex items-center justify-between shadow-sm w-full", className)}>
<Button variant="outline" size="icon" className="rounded">
<Menu className="h-8 w-8" />
</Button>