feat: 💨

This commit is contained in:
codytseng
2025-02-11 22:46:08 +08:00
parent 8f5c3ac4d6
commit 2cde70dff4
9 changed files with 64 additions and 86 deletions

View File

@@ -111,7 +111,9 @@ export function SecondaryPageTitlebar({
{title}
</div>
) : (
<BackButton>{title}</BackButton>
<div className="flex items-center flex-1 w-0">
<BackButton>{title}</BackButton>
</div>
)}
<div className="flex-shrink-0">{controls}</div>
</Titlebar>