fix: 🐛

This commit is contained in:
codytseng 2025-03-15 11:37:09 +08:00
parent eb15544195
commit 5c9f67c7e9
4 changed files with 17 additions and 12 deletions

View file

@ -66,8 +66,8 @@ function NoteListPageTitlebar({ temporaryRelayUrls = [] }: { temporaryRelayUrls?
return (
<div className="flex gap-1 items-center h-full justify-between">
<FeedButton />
<div>
<FeedButton className="flex-1 max-w-fit w-0" />
<div className="shrink-0">
{temporaryRelayUrls.length > 0 && (
<SaveRelayDropdownMenu urls={temporaryRelayUrls} atTitlebar />
)}